Remove unused variable

This commit is contained in:
Clownacy 2020-10-04 00:39:07 +01:00
parent 771f83d06a
commit 914034c406

View file

@ -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;