mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-10 15:52:12 +00:00
add EXIT_WHEN_DONE = false
This commit is contained in:
parent
5e89ac5884
commit
33805294d3
@ -20,6 +20,7 @@ float g_jumpingTime = 0
|
||||
func Main()
|
||||
{
|
||||
//SplitThread(ThreadedFunction())
|
||||
EXIT_WHEN_DONE = false
|
||||
|
||||
// Immediately creates the window, then runs Start(), then the game loop. The game loop calls Update() every frame
|
||||
ZS.Graphics.Init("Platformer game", g_screenw, g_screenh, g_resolutionScale)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user