mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Merge commit 'd8170c932b448ba6888e702746b5ae22632062d8' into sim
This commit is contained in:
@@ -844,7 +844,8 @@ driver_mode::OnKeyDown(int cKey) {
|
||||
}
|
||||
else if( Global.ctrlState ) {
|
||||
// ctrl + f7 toggles static daylight
|
||||
simulation::Environment.toggle_daylight();
|
||||
Global.FakeLight = !Global.FakeLight;
|
||||
simulation::Environment.on_daylight_change();
|
||||
break;
|
||||
}
|
||||
else if( Global.shiftState ) {
|
||||
|
||||
Reference in New Issue
Block a user