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'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory> <LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommandArguments>C:\Users\Ted\Documents\OpenRCT2\save\lights-2.sv6</LocalDebuggerCommandArguments>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory> <LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>

View File

@ -509,7 +509,6 @@ static void scenario_update_daynight_cycle()
} else { } else {
gDayNightCycle = 0.0f; gDayNightCycle = 0.0f;
} }
gDayNightCycle = 1;
} }
// Only update palette if day / night cycle has changed // Only update palette if day / night cycle has changed