mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-26 03:38:29 +00:00
[engine] 增加 SP 标识
This commit is contained in:
parent
f6daf58e92
commit
e4e59b0305
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user