fix(mission prefab): set mission element active to true
修复任务界面预制体默认未激活的问题,确保任务UI元素可以正常显示加载
This commit is contained in:
@@ -14372,7 +14372,7 @@
|
||||
"__id__": 954
|
||||
}
|
||||
],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 1024
|
||||
|
||||
Reference in New Issue
Block a user