ui opt
This commit is contained in:
@@ -403,4 +403,14 @@ public class DebugConfig {
|
||||
public static void setUseAdasRtkLocationInfo( boolean sIsUseAdasRtkLocationInfo ) {
|
||||
DebugConfig.sIsUseAdasRtkLocationInfo = sIsUseAdasRtkLocationInfo;
|
||||
}
|
||||
|
||||
public static boolean sIsNotSmooth = false;
|
||||
|
||||
public static boolean isNotSmooth() {
|
||||
return sIsNotSmooth;
|
||||
}
|
||||
|
||||
public static void setNotSmooth( boolean sIsNotSmooth ) {
|
||||
DebugConfig.sIsNotSmooth = sIsNotSmooth;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user