wangguan
2020-12-29 452c75675679c44cc39b04bdb7d330d7c5c14d5c
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;