Kaynağa Gözat

clean Actor

mikymod 12 yıl önce
ebeveyn
işleme
92c5cc630c
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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);
 }