mikymod 12 лет назад
Родитель
Сommit
92c5cc630c
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      engine/physics/Actor.cpp

+ 0 - 1
engine/physics/Actor.cpp

@@ -172,7 +172,6 @@ void Actor::create_box(const Vector3& position, float a, float b, float c)
 //-----------------------------------------------------------------------------
 void Actor::create_plane(const Vector3& position, const Vector3& /*normal*/)
 {
-	Log::i("CREATE PLANE");
 	m_actor->createShape(PxPlaneGeometry(), *m_mat);
 }