summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/opengl/gl_shader_mgr.h
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2015-06-25 21:48:33 -0500
committer Cowering <cowering@users.noreply.github.com>2015-07-08 14:05:56 -0500
commita821b6c4bedde75481a5c4abce038462da3a4c9f (patch)
treed7deee5e8447f7c0d3872ad4a58b10058c669a26 /src/osd/modules/opengl/gl_shader_mgr.h
parent9306af2c50e06d307b6acf72089e0cbb37d85718 (diff)
blame balrog for this :) (NW)
Diffstat (limited to 'src/osd/modules/opengl/gl_shader_mgr.h')
-rw-r--r--src/osd/modules/opengl/gl_shader_mgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/opengl/gl_shader_mgr.h b/src/osd/modules/opengl/gl_shader_mgr.h
index ebb45e2ba7a..69400d90dc2 100644
--- a/src/osd/modules/opengl/gl_shader_mgr.h
+++ b/src/osd/modules/opengl/gl_shader_mgr.h
@@ -11,7 +11,7 @@ enum GLSL_SHADER_FEATURE {
GLSL_SHADER_FEAT_BILINEAR,
GLSL_SHADER_FEAT_INT_NUMBER,
GLSL_SHADER_FEAT_CUSTOM = GLSL_SHADER_FEAT_INT_NUMBER,
- GLSL_SHADER_FEAT_MAX_NUMBER,
+ GLSL_SHADER_FEAT_MAX_NUMBER
};
// old code passed sdl_info * to functions here