[引导线动效]修正车前引导线在车辆停止和启动后出现闪烁
This commit is contained in:
@@ -116,13 +116,13 @@ object RouteStrategy {
|
||||
arrayOf(Colors.COLOR_RED_DARK, Colors.COLOR_BLUE_DARK, Colors.COLOR_BLUE_LIGHT, Colors.COLOR_TRANSPARENT)
|
||||
}
|
||||
else -> {
|
||||
return Uniform(index)
|
||||
return SpeedUp(index)
|
||||
}
|
||||
}
|
||||
val indexes = ArrayList<Int>()
|
||||
val i = indexes4SlowDown[2]
|
||||
if (index - i < 5) {
|
||||
return Uniform(index)
|
||||
return SpeedUp(index)
|
||||
}
|
||||
indexes += 0
|
||||
indexes += i
|
||||
|
||||
Reference in New Issue
Block a user