Merge branch 'dev' into dev_custom_map

This commit is contained in:
wangcongtao
2020-07-29 11:22:23 +08:00
57 changed files with 385 additions and 410 deletions

View File

@@ -246,4 +246,17 @@ public class DebugConfig {
public static String getSocketAppId() {
return sSocketAppId;
}
/**
* 道路事件动画
*/
private static boolean sRoadEventAnimated = false;
public static boolean isRoadEventAnimated() {
return sRoadEventAnimated;
}
public static void setRoadEventAnimated( boolean sRoadEventAnimated ) {
DebugConfig.sRoadEventAnimated = sRoadEventAnimated;
}
}