]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texturecube.cpp
Completely hide OpenGL from the public headers
[libs/gl.git] / source / core / texturecube.cpp
index 3f8eabb3ed8a31b86d2ad236d34cf1095ce285f4..6239688cb304d66a381298d8057d4c9d3330a046 100644 (file)
@@ -248,7 +248,7 @@ void TextureCube::Loader::storage_levels(PixelFormat fmt, unsigned s, unsigned l
 }
 
 
-GLenum get_gl_cube_face(TextureCubeFace face)
+unsigned get_gl_cube_face(TextureCubeFace face)
 {
        switch(face)
        {