Strip debug logging from the game, fix screen weirdness
This commit is contained in:
@@ -48,7 +48,7 @@ public class soundBird_LandingBehaviour1 : MonoBehaviour
|
||||
{
|
||||
objectTween.Cancel(); // Stop the spline tween for this object
|
||||
}
|
||||
//Debug.Log("Tween finished!");
|
||||
//Logging.Debug("Tween finished!");
|
||||
if (stateMachine != null)
|
||||
{
|
||||
animator.SetBool("isScared", false);
|
||||
|
||||
Reference in New Issue
Block a user