mirror of
https://github.com/w23/xash3d-fwgs
synced 2025-01-18 14:50:05 +01:00
fix c89
This commit is contained in:
parent
dc6b874cae
commit
a0a36f5a14
@ -476,7 +476,7 @@ static uint32_t allocUniform( uint32_t size, uint32_t alignment ) {
|
||||
return offset;
|
||||
}
|
||||
|
||||
static draw_command_t *drawCmdAlloc() {
|
||||
static draw_command_t *drawCmdAlloc( void ) {
|
||||
ASSERT(g_render_state.num_draw_commands < ARRAYSIZE(g_render_state.draw_commands));
|
||||
return g_render_state.draw_commands + (g_render_state.num_draw_commands++);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user