Commit c93c6cce authored by 李维's avatar 李维

fix: 隐藏资源占用信息

parent 734359f2
...@@ -210,7 +210,9 @@ export default class middleLayer extends cc.Component { ...@@ -210,7 +210,9 @@ export default class middleLayer extends cc.Component {
// 运行主场景 // 运行主场景
this.runMainScene(); this.runMainScene();
// 隐藏资源占用信息
cc.debug.setDisplayStats(false);
// this.homework_id = homework_id; // this.homework_id = homework_id;
// this.syllabus_id = syllabus_id; // this.syllabus_id = syllabus_id;
// this.role = role; // this.role = role;
......
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