Strip debug logging from the game, fix screen weirdness
This commit is contained in:
@@ -38,7 +38,7 @@ public class soundBird_TakeOffBehaviour : MonoBehaviour
|
||||
objectTween.Cancel(); // Stop the spline tween for this object
|
||||
|
||||
}
|
||||
//Debug.Log("Tween finished!");
|
||||
//Logging.Debug("Tween finished!");
|
||||
if (stateMachine != null)
|
||||
{
|
||||
stateMachine.ChangeState("SoundBirdFlyAround"); // Change to the desired state name
|
||||
|
||||
Reference in New Issue
Block a user