1
Fork 0
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:
Joshua Goins 2024-01-29 21:58:17 -05:00
parent 5c0524ea8d
commit d8487c36f6

View file

@ -180,6 +180,9 @@ void GearView::setLevelOfDetail(int lod)
currentLod = lod;
// TODO: maybe should be gearDirty?
raceDirty = true;
Q_EMIT levelOfDetailChanged();
}