mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-12 21:22:14 +00:00
shut up warning
This commit is contained in:
parent
10ed996784
commit
fa0ff6aaac
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ for each RE_EndFrame
|
||||||
*/
|
*/
|
||||||
void RE_BeginFrame( stereoFrame_t stereoFrame ) {
|
void RE_BeginFrame( stereoFrame_t stereoFrame ) {
|
||||||
drawBufferCommand_t *cmd = NULL;
|
drawBufferCommand_t *cmd = NULL;
|
||||||
colorMaskCommand_t *colcmd;
|
colorMaskCommand_t *colcmd = NULL;
|
||||||
|
|
||||||
if ( !tr.registered ) {
|
if ( !tr.registered ) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue