fix GL_LEGACY

This commit is contained in:
fgsfds 2020-07-27 17:28:32 +03:00
parent 0ad3bbc238
commit d8ddf20dbb

View file

@ -589,9 +589,6 @@ static void gfx_opengl_finish_render(void) {
static void gfx_opengl_shutdown(void) {
}
static void gfx_opengl_shutdown(void) {
}
struct GfxRenderingAPI gfx_opengl_api = {
gfx_opengl_z_is_from_0_to_1,
gfx_opengl_unload_shader,