Fixing compilation bug
This commit is contained in:
parent
a743f653dd
commit
e9c888e2bf
@ -1295,7 +1295,7 @@ namespace ZL
|
||||
if (Environment::zoom > zoomMax) {
|
||||
Environment::zoom = zoomMax;
|
||||
}
|
||||
..logger() << "Current zoom: " << Environment::zoom << std::endl;
|
||||
//logger() << "Current zoom: " << Environment::zoom << std::endl;
|
||||
// Tutorial step3 → step4: any mouse-wheel scroll counts as "zoom gesture".
|
||||
if (gameState.tutorialStep == TutorialStep::Step3) {
|
||||
menuManager.advanceTutorialStep();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user