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