renamed Mutex to Lock
[physics.git] / src / main.cpp
index 65161a0..ce5a7ae 100644 (file)
@@ -112,7 +112,7 @@ void mainInit()
 }
 void mainClean()
 {
-    debug::deinit();
+    debug::fini();
 }
 
 void updatesInit()