Daniele Bartolini 12 лет назад
Родитель
Сommit
5c4390790c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      engine/physics/PhysicsWorld.h

+ 1 - 1
engine/physics/PhysicsWorld.h

@@ -55,7 +55,7 @@ namespace physics_system
 	/// This is the place where to create and initialize per-application objects.
 	void init();
 
-	/// It should reverse the actions performed by audio_system::init().
+	/// It should reverse the actions performed by physics_system::init().
 	void shutdown();
 } // namespace physics_system