@ives_xxz/framework 2.1.36 → 2.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -188,7 +188,7 @@ export class FWLayerManager extends FWManager implements FW.LayerManager {
|
|
|
188
188
|
|
|
189
189
|
if (this.debug) {
|
|
190
190
|
FW.Log.error(
|
|
191
|
-
`${cc.js.getClassName(layerData?.controllerConstructor)}
|
|
191
|
+
`${cc.js.getClassName(layerData?.controllerConstructor)} ->关闭Layer`,
|
|
192
192
|
);
|
|
193
193
|
}
|
|
194
194
|
|