You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
game_restart is easily the most cursed function in GameMaker - it will run extension shutdown code (like on game end) and then run extension init code again (like on game start) without unloading the DLLs first. It will also leak a lot of game state such as global variables and data structures. You are most likely better off with not using the function.
pls also fix :(
https://youtu.be/ojES4OB9PKg
The text was updated successfully, but these errors were encountered: