X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexturecube.cpp;fp=source%2Fcore%2Ftexturecube.cpp;h=6239688cb304d66a381298d8057d4c9d3330a046;hb=24b24e2203c776aacd9744bb947f5cf47b03d328;hp=3f8eabb3ed8a31b86d2ad236d34cf1095ce285f4;hpb=b09f265880a3a932441091b0f3822b06c112c595;p=libs%2Fgl.git diff --git a/source/core/texturecube.cpp b/source/core/texturecube.cpp index 3f8eabb3..6239688c 100644 --- a/source/core/texturecube.cpp +++ b/source/core/texturecube.cpp @@ -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) {