Assets/Scripts/TowerDefense/UI/FPSDisplay.cs @@ -59,6 +59,7 @@ bb.normal.textColor = new Color(1, 1, 1, 0); string disStr = ""; if (fps > 0) disStr += ("FPS:" + this.fps.ToString() + "\n" ); if (fpsText)