Commit a49abf19 authored by limingzhe's avatar limingzhe

fix: debug

parent 625988bb
No preview for this file type
......@@ -173,12 +173,12 @@ export abstract class middleLayerBase extends cc.Component {
return;
}
const sceneNameList = ["cc_mz_link_write_03", "NJ_game_select", "OP11", "OP12", "cc_mz_link_write_01", "cc_mz_link_write_02", "OP_18"];
if (sceneNameList.includes(oldSceneName) || sceneNameList.includes(newSceneName)) {
if (true || sceneNameList.includes(oldSceneName) || sceneNameList.includes(newSceneName)) {
return new Promise((resolve, reject) => {
console.log(' in RotateScreen 1 ...')
if (sceneNameList.includes(newSceneName)) {
if (true || sceneNameList.includes(newSceneName)) {
console.log(' in RotateScreen 2 ...')
......
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