[3.3.0] fix bug of log

This commit is contained in:
zhongchao
2023-06-16 10:39:10 +08:00
parent e2a60783ec
commit 1309447e94

View File

@@ -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