mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-26 13:47:46 +00:00
Fix level of detail combobox not working
This commit is contained in:
parent
5c0524ea8d
commit
d8487c36f6
1 changed files with 3 additions and 0 deletions
|
@ -180,6 +180,9 @@ void GearView::setLevelOfDetail(int lod)
|
||||||
|
|
||||||
currentLod = lod;
|
currentLod = lod;
|
||||||
|
|
||||||
|
// TODO: maybe should be gearDirty?
|
||||||
|
raceDirty = true;
|
||||||
|
|
||||||
Q_EMIT levelOfDetailChanged();
|
Q_EMIT levelOfDetailChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue