mirror of
https://github.com/edubart/otclient.git
synced 2025-12-17 06:07:11 +01:00
Restore support for animated png files
* Rework resource manager * Add missing files * Improve some graphics classes
This commit is contained in:
@@ -109,10 +109,10 @@ void Application::deinit()
|
||||
g_modules.unloadModules();
|
||||
g_modules.clear();
|
||||
|
||||
// release remaining lua object references
|
||||
// release reamaning lua object references
|
||||
g_lua.collectGarbage();
|
||||
|
||||
// poll remaining events
|
||||
// poll reamaning events
|
||||
poll();
|
||||
|
||||
// disable dispatcher events
|
||||
|
||||
Reference in New Issue
Block a user