[8.0.0][Opt]优化决策、预测地图渲染
This commit is contained in:
@@ -43,7 +43,7 @@ class MogoMap private constructor() {
|
||||
*/
|
||||
fun getMogoMap(instance: String = DEFAULT): IMogoMap? {
|
||||
return if (mapCache[instance] == null) {
|
||||
CallerLogger.e("$M_MAP$TAG", "getMogoMap func has error with no instance in mapCache")
|
||||
CallerLogger.e("$M_MAP$TAG", "getMogoMap func has error with no ${instance} in mapCache")
|
||||
mapCache[DEFAULT]
|
||||
} else {
|
||||
mapCache[instance]
|
||||
|
||||
Reference in New Issue
Block a user