something

This commit is contained in:
Alberto Ramos
2011-12-29 16:06:15 -07:00
parent 6544d31dd9
commit 0cbe9b92c3
+3
View File
@@ -282,6 +282,9 @@ RString GetInfoLog( GLhandleARB h )
GLhandleARB CompileShader( GLenum ShaderType, RString sFile, vector<RString> asDefines )
{
if (!glewIsSupported("GL_ARB_fragment_shader"))
return 0;
RString sBuffer;
{
RageFile file;