mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:58:56 +02:00
CR feedback
This commit is contained in:
parent
e9bf553254
commit
fb59939cf4
1 changed files with 0 additions and 5 deletions
|
@ -292,11 +292,6 @@ void SunSkyStage::updateGraphicsObject() const {
|
||||||
case NUM_BACKGROUND_MODES:
|
case NUM_BACKGROUND_MODES:
|
||||||
Q_UNREACHABLE();
|
Q_UNREACHABLE();
|
||||||
};
|
};
|
||||||
|
|
||||||
static int firstTime = 0;
|
|
||||||
if (firstTime == 0) {
|
|
||||||
firstTime++;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void SunSkyStage::setBackgroundMode(BackgroundMode mode) {
|
void SunSkyStage::setBackgroundMode(BackgroundMode mode) {
|
||||||
|
|
Loading…
Reference in a new issue