From e4e59b0305b05a729318888bbf0d254f530b5a34 Mon Sep 17 00:00:00 2001 From: SmallMain Date: Sat, 25 Jun 2022 00:26:34 +0800 Subject: [PATCH] =?UTF-8?q?[engine]=20=E5=A2=9E=E5=8A=A0=20SP=20=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/cocos2d/core/CCGame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/cocos2d/core/CCGame.js b/engine/cocos2d/core/CCGame.js index c7ca11ea..dec82da8 100644 --- a/engine/cocos2d/core/CCGame.js +++ b/engine/cocos2d/core/CCGame.js @@ -390,7 +390,7 @@ var game = { this._setAnimFrame(); cc.assetManager.builtins.init(() => { // Log engine version - console.log('Cocos Creator v' + cc.ENGINE_VERSION); + console.log('Cocos Creator SP v' + cc.ENGINE_VERSION); this._prepared = true; this._runMainLoop();