changes needed due to library cleaning
[physics.git] / src / entityManager.cpp
index 7290373..398901d 100644 (file)
@@ -67,8 +67,8 @@ void manager::clean()
 {
     collision::clean();
 
-    muSetPhys.clean();
-    muSetPart.clean();
+    muSetPhys.deinit();
+    muSetPart.deinit();
 }
 
 /// ***** Public Methods *****