Commit dd6313bd authored by limingzhe's avatar limingzhe

fix: debug

parent a59f560b
......@@ -1187,8 +1187,10 @@ cc.Class({
startTiming() {
console.log(" in startTiming 1 ")
const middleLayer = cc.find('middleLayer');
if (middleLayer) {
console.log(" in startTiming 2")
middleLayer.getComponent('middleLayer').startTiming();
}
},
......
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