fixed unloading wrong module

This commit is contained in:
J3oss
2021-05-11 16:29:59 +02:00
parent bdfb14228f
commit fc47fe6f49

View File

@@ -148,7 +148,7 @@ int main(int argc, char **argv)
} }
evol_unloadmodule(physics_module); evol_unloadmodule(physics_module);
evol_unloadmodule(ecs_module); evol_unloadmodule(asset_module);
evol_unloadmodule(window_module); evol_unloadmodule(window_module);
evol_unloadmodule(ecs_module); evol_unloadmodule(ecs_module);
evol_unloadmodule(script_module); evol_unloadmodule(script_module);