opt
This commit is contained in:
@@ -115,7 +115,7 @@ public class MogoTraffic {
|
||||
}
|
||||
|
||||
public int getSpeedLimit() {
|
||||
return mSpeedLimit;
|
||||
return mSpeedLimit < 0 ? 0 : mSpeedLimit;
|
||||
}
|
||||
|
||||
public void setSpeedLimit( int speedLimit ) {
|
||||
|
||||
Reference in New Issue
Block a user