1
0
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:
Ted John
2016-10-24 18:52:42 +01:00
parent ebe4ca4df4
commit 07f5682392
2 changed files with 0 additions and 2 deletions

View File

@@ -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>

View File

@@ -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