- fixed some of those supremely annoying and supremely pointless GCC/Clang compiler warnings.
This commit is contained in:
parent
c5e00dbc53
commit
92dcf2e5ef
3 changed files with 9 additions and 10 deletions
|
|
@ -51,8 +51,8 @@ class FFlatVertexBuffer : public FVertexBuffer
|
|||
|
||||
void CheckPlanes(sector_t *sector);
|
||||
|
||||
const unsigned int BUFFER_SIZE = 2000000;
|
||||
const unsigned int BUFFER_SIZE_TO_USE = 1999500;
|
||||
static const unsigned int BUFFER_SIZE = 2000000;
|
||||
static const unsigned int BUFFER_SIZE_TO_USE = 1999500;
|
||||
|
||||
void ImmRenderBuffer(unsigned int primtype, unsigned int offset, unsigned int count);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue