Remove unused variable
This commit is contained in:
parent
771f83d06a
commit
914034c406
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ static VertexBufferSlot* GetVertexBufferSlot(void)
|
|||
static void FlushVertexBuffer(void)
|
||||
{
|
||||
static size_t vertex_buffer_size = 1;
|
||||
static size_t current_vertex_buffer = 0;
|
||||
|
||||
if (current_vertex_buffer_slot == 0)
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue