Missed some matrix code
This commit is contained in:
parent
74c29dbe3c
commit
e447c9fb92
1 changed files with 0 additions and 2 deletions
|
@ -228,8 +228,6 @@ void Backend_DrawScreen(void)
|
||||||
glViewport(0, 0, framebuffer_surface.width, framebuffer_surface.height);
|
glViewport(0, 0, framebuffer_surface.width, framebuffer_surface.height);
|
||||||
|
|
||||||
// Draw framebuffer to screen
|
// Draw framebuffer to screen
|
||||||
glLoadIdentity();
|
|
||||||
|
|
||||||
glBindTexture(GL_TEXTURE_2D, framebuffer_surface.texture_id);
|
glBindTexture(GL_TEXTURE_2D, framebuffer_surface.texture_id);
|
||||||
|
|
||||||
texture_coordinate_buffer[0][0] = 0.0f;
|
texture_coordinate_buffer[0][0] = 0.0f;
|
||||||
|
|
Loading…
Add table
Reference in a new issue