Remove old dummied-out line

This commit is contained in:
Clownacy 2019-08-25 17:18:20 +00:00
parent 739134e68a
commit aaff887578

View file

@ -390,7 +390,6 @@ void Backend_DrawScreen(void)
// Draw framebuffer to screen // Draw framebuffer to screen
glBindTexture(GL_TEXTURE_2D, framebuffer.texture_id); glBindTexture(GL_TEXTURE_2D, framebuffer.texture_id);
// static VertexBufferSlot buffer;
VertexBufferSlot *vertex_buffer_slot = GetVertexBufferSlot(); VertexBufferSlot *vertex_buffer_slot = GetVertexBufferSlot();
vertex_buffer_slot->vertices[0][0].texture_coordinate.x = 0.0f; vertex_buffer_slot->vertices[0][0].texture_coordinate.x = 0.0f;