wangguan
2020-12-11 58cb0692ed67a4108b51e31b765db4c3483e3df7
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;