chenxin
2020-12-05 fa584507591723218b0a6f99ab1d446490e9efa0
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;