3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 17:55:29 +02:00

CR feedback

This commit is contained in:
ZappoMan 2015-06-17 10:02:02 -07:00
parent e9bf553254
commit fb59939cf4

View file

@ -292,11 +292,6 @@ void SunSkyStage::updateGraphicsObject() const {
case NUM_BACKGROUND_MODES:
Q_UNREACHABLE();
};
static int firstTime = 0;
if (firstTime == 0) {
firstTime++;
}
}
void SunSkyStage::setBackgroundMode(BackgroundMode mode) {