mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:18:05 +02:00
fixing a no op
This commit is contained in:
parent
6bd1ab5ae0
commit
84ad5c79f9
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ float LODManager::getWorldDetailQuality() const {
|
||||||
|
|
||||||
|
|
||||||
void LODManager::setLODQualityLevel(float quality) {
|
void LODManager::setLODQualityLevel(float quality) {
|
||||||
_lodQualityLevel;
|
_lodQualityLevel = quality;
|
||||||
}
|
}
|
||||||
|
|
||||||
float LODManager::getLODQualityLevel() const {
|
float LODManager::getLODQualityLevel() const {
|
||||||
|
|
Loading…
Reference in a new issue