Commit cdb077ad authored by huoshizhe's avatar huoshizhe

fix: show fps false

parent 2e65d385
...@@ -281,6 +281,7 @@ cc.Class({ ...@@ -281,6 +281,7 @@ cc.Class({
}, },
start() { start() {
cc.debug.setDisplayStats(false);
this.data = defaultData; this.data = defaultData;
this.getData((data) => { this.getData((data) => {
if (data) { if (data) {
......
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