VMLabel start 条件CC_EDITOR 取反 修复

This commit is contained in:
ws.s
2019-08-12 16:52:36 +08:00
parent 76176a5c6a
commit 7b8edbf674

View File

@@ -76,7 +76,7 @@ export default class VMLabel extends VMBase {
}
start(){
if (!CC_EDITOR) return;
if (CC_EDITOR) return;
this.onValueInit();
}