Commit c49e73db authored by liujiangnan's avatar liujiangnan

feat: 去掉调试框

parent 2b52fed8
...@@ -26,6 +26,7 @@ var game = cc.Class({ ...@@ -26,6 +26,7 @@ var game = cc.Class({
} else if (window.attachEvent) { } else if (window.attachEvent) {
window.attachEvent('resize', this.scaleEventCallBack, false) window.attachEvent('resize', this.scaleEventCallBack, false)
} }
cc.debug.setDisplayStats(false);
}, },
//屏幕缩放 //屏幕缩放
......
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