gamecreator Posted January 4, 2017 Share Posted January 4, 2017 What function(s) do you need to call to end a Leadwerks program properly? I ask because my program runs and exits fine but when I record it with OBS, it freezes then crashes on exit. It gives me the impression that I don't clean up properly but maybe Leadwerks and OBS just don't get along on my system (anyone else have this?). My current exit is simply the one from the examples: if (window->Closed() || window->KeyDown(Key::Escape)) return false; Do I even need to release all the loaded entities before quitting? The map? Sounds/music? Or does Leadwerks handle this? Super low priority but was just curious. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.