Jonas 'Sortie' Termansen
|
324b4f93dc
|
Fix bad class declaration in utils/vbsp/ivp.
The duplicated namespace in the member declaration causes the class to not
compile using gcc.
|
2013-08-12 22:51:07 +02:00 |
|
Jonas 'Sortie' Termansen
|
53ac2580ac
|
Fix SortEntry operator< not being const.
This solves a problem where the standard library expects it to be const,
which causes compilation problems on GNU/Linux.
|
2013-08-12 22:49:22 +02:00 |
|
Jonas 'Sortie' Termansen
|
6d419a245f
|
Fix vbsp missing skybox error case when building cubemaps.
The code previoused checked the address of a stack array that would always
evaluate non-zero, which wasn't what was intended.
|
2013-08-12 22:42:10 +02:00 |
|