wip
This commit is contained in:
@@ -118,7 +118,7 @@ void update_model(UIState *s,
|
||||
float path;
|
||||
if (paramsMemory.getInt("no_lat_lane_change")) {
|
||||
path = LANE_CHANGE_NO_LAT_PATH_WIDTH;
|
||||
}
|
||||
} else {
|
||||
path = CENTER_LANE_WIDTH;
|
||||
}
|
||||
|
||||
|
||||
@@ -37,8 +37,8 @@ typedef enum UIStatus {
|
||||
const float CENTER_LANE_ALPHA = 0.75;
|
||||
const float OTHER_LANE_ALPHA = 0.75;
|
||||
|
||||
const int CENTER_LANE_WIDTH = 70;
|
||||
const int LANE_CHANGE_NO_LAT_PATH_WIDTH = 10;
|
||||
const float CENTER_LANE_WIDTH = 70;
|
||||
const float LANE_CHANGE_NO_LAT_PATH_WIDTH = 10;
|
||||
const int OTHER_LANE_WIDTH = 16;
|
||||
|
||||
const QColor ACTIVE_COLOR = QColor(189, 199, 252, 0xd1);
|
||||
|
||||
Reference in New Issue
Block a user