[3.3.0] fix bug of log
This commit is contained in:
@@ -52,6 +52,9 @@ class Scene {
|
||||
//初始化map
|
||||
val map = SceneLogCache(mutableMapOf(), true)
|
||||
sceneCache[M_MAP] = map
|
||||
//初始化其他模块,方便定位索引
|
||||
val otherMap = SceneLogCache(mutableMapOf(), true)
|
||||
sceneCache[M_OTHER] = otherMap
|
||||
//初始化TAXI
|
||||
val taxiMap = SceneLogCache(mutableMapOf(), true)
|
||||
sceneCache[M_TAXI] = taxiMap
|
||||
|
||||
Reference in New Issue
Block a user