mirror of
https://github.com/UberGames/ioef.git
synced 2025-05-31 09:21:27 +00:00
Fix forgotten IQM2 support in iqm.h, patch by Zack Middleton
This commit is contained in:
parent
fa3b3978f6
commit
c2b7f5173f
2 changed files with 5 additions and 5 deletions
|
@ -726,7 +726,7 @@ R_ComputeIQMFogNum
|
|||
int R_ComputeIQMFogNum( iqmData_t *data, trRefEntity_t *ent ) {
|
||||
int i, j;
|
||||
fog_t *fog;
|
||||
vec_t *bounds;
|
||||
const vec_t *bounds;
|
||||
const vec_t defaultBounds[6] = { -8, -8, -8, 8, 8, 8 };
|
||||
vec3_t diag, center;
|
||||
vec3_t localOrigin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue