This commit is contained in:
guoqing.zhu 2022-06-09 03:38:39 +08:00
parent 8b6e439923
commit f08e2de5d7
2 changed files with 3 additions and 3 deletions

View File

@ -47,8 +47,8 @@
}, },
"_scale": { "_scale": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 0.49544213482442406, "x": 0.5859375,
"y": 0.49544213482442406, "y": 0.5859375,
"z": 1 "z": 1
}, },
"_quat": { "_quat": {

View File

@ -11,7 +11,7 @@ isDevEnv();
isExamining(); isExamining();
function isDevEnv() { function isDevEnv() {
return true; return false;
} }
function isExamining() { function isExamining() {