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