removed uneeded fb bind

This commit is contained in:
William McKinnon 2023-07-18 23:27:39 -04:00
parent 4cc7ca6ff1
commit 27f1bf4e75

View file

@ -419,9 +419,6 @@ void fx_renderer_begin(struct fx_renderer *renderer, int width, int height) {
WL_OUTPUT_TRANSFORM_FLIPPED_180);
glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
// Bind to our main framebuffer
fx_framebuffer_bind(&renderer->main_buffer);
}
void fx_renderer_clear(const float color[static 4]) {