Răsfoiți Sursa

去掉一段日志

zhengchen 1 an în urmă
părinte
comite
05d3b3d188
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      Assets/Scripts/Comp/CockMoveComp.cs

+ 0 - 1
Assets/Scripts/Comp/CockMoveComp.cs

@@ -67,7 +67,6 @@ namespace Comp
         {
             if (!_isMoving) return;
             var movingVector = CreateMovingVector(MovingSpeed);
-            Debug.Log("moving vector is " + movingVector.x + ", " + movingVector.y + ", " + movingVector.z);
             transform.position += movingVector * Time.deltaTime;
             _movingTime -= Time.deltaTime;
             if (_movingTime <= 0)