mirror of
https://github.com/maxartz15/MoonWorksDearImGuiScaffold.git
synced 2025-06-26 21:46:06 +02:00
fix release mode build
This commit is contained in:
@ -22,10 +22,16 @@ class Program
|
||||
Cap = 60
|
||||
};
|
||||
|
||||
var debugMode = false;
|
||||
|
||||
#if DEBUG
|
||||
debugMode = true;
|
||||
#endif
|
||||
|
||||
MoonWorksDearImGuiScaffoldGame game = new MoonWorksDearImGuiScaffoldGame(
|
||||
windowCreateInfo,
|
||||
frameLimiterSettings,
|
||||
true
|
||||
debugMode
|
||||
);
|
||||
|
||||
game.Run();
|
||||
|
Reference in New Issue
Block a user