mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-10 06:31:48 +00:00
added default to a switch statement to make it clear we didn't forget any case
This commit is contained in:
parent
96e4d2d7cb
commit
dcb3c80998
1 changed files with 2 additions and 2 deletions
|
@ -177,9 +177,9 @@ static qbool R_LightCullSurface( const surfaceType_t* surface, const dlight_t* d
|
|||
const srfTriangles_t* tris = (const srfTriangles_t*)surface;
|
||||
return R_LightCullBounds( dl, tris->bounds[0], tris->bounds[1] );
|
||||
}
|
||||
default:
|
||||
return qfalse;
|
||||
}
|
||||
|
||||
return qfalse;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue