Fixing compilation bug

This commit is contained in:
Vladislav Khorev 2026-07-16 16:49:52 +03:00
parent a743f653dd
commit e9c888e2bf

View File

@ -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();