fix crash on exit SLightsTest

This commit is contained in:
Chris Danford
2005-04-22 20:51:21 +00:00
parent c4e5af5a94
commit 6aba73c3dc
-2
View File
@@ -68,8 +68,6 @@ void ScreenTestLights::Update( float fDeltaTime )
case LIGHTSMODE_TEST_MANUAL_CYCLE: case LIGHTSMODE_TEST_MANUAL_CYCLE:
s += "Manual Cycle\n"; s += "Manual Cycle\n";
break; break;
default:
ASSERT(0);
} }
if( cl == LIGHT_INVALID ) if( cl == LIGHT_INVALID )