can't call Update() before BeginScreen

This commit is contained in:
Glenn Maynard
2007-05-10 02:48:19 +00:00
parent 54f1068dd8
commit b8273e635d
+1 -1
View File
@@ -241,7 +241,7 @@ void ScreenDebugOverlay::Init()
}
}
Update( 0 );
this->SetVisible( false );
}
void ScreenDebugOverlay::Update( float fDeltaTime )