mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Remove lightfx debug stuff
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
||||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
<LocalDebuggerCommandArguments>C:\Users\Ted\Documents\OpenRCT2\save\lights-2.sv6</LocalDebuggerCommandArguments>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
||||
|
||||
@@ -509,7 +509,6 @@ static void scenario_update_daynight_cycle()
|
||||
} else {
|
||||
gDayNightCycle = 0.0f;
|
||||
}
|
||||
gDayNightCycle = 1;
|
||||
}
|
||||
|
||||
// Only update palette if day / night cycle has changed
|
||||
|
||||
Reference in New Issue
Block a user