Commit 61fab68d authored by 范雪寒's avatar 范雪寒

feat: show FPS

parent af7ca12e
...@@ -128,7 +128,7 @@ cc.Class({ ...@@ -128,7 +128,7 @@ cc.Class({
if (window && window["air"]) { if (window && window["air"]) {
window["air"].hideAirClassLoading(); window["air"].hideAirClassLoading();
} }
cc.debug.setDisplayStats(false); cc.debug.setDisplayStats(true);
}); });
}, },
......
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