Commit e71bc95a authored by lijin's avatar lijin

修改测试log位置

parent d1dbc732
......@@ -25,7 +25,7 @@ public class GUIDebugger : MonoBehaviour
private Vector2 _scrollCurrentLogView = Vector2.zero;
private Vector2 _scrollSystemView = Vector2.zero;
private bool _expansion = false;
private Rect _windowRect = new Rect(0, 0, 100, 60);
private Rect _windowRect = new Rect(50, 1500, 100, 60);
private int _fps = 0;
private Color _fpsColor = Color.white;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment