This shouldn't be needed anymore

This commit is contained in:
Clownacy 2019-07-31 03:04:32 +00:00
parent 92476bd30a
commit d9929a8e1f

View file

@ -143,7 +143,6 @@ BOOL Backend_Init(SDL_Window *p_window)
if (!GLEW_EXT_framebuffer_object)
return FALSE;
glEnable(GL_TEXTURE_2D);
glEnable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);