]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/texture.hxx
Don't bother other develoers with problems caused by MipsPro (version < 7.3) compilers
[simgear.git] / simgear / screen / texture.hxx
index 4a4a2f22a9a38b04f8f6f72caa54daf82491875c..bb99b5c2dec5932db576d465d997efb8f99bd03d 100644 (file)
@@ -101,7 +101,7 @@ public:
 
     // texture pixel manipulation functions.
     void set_pixel(GLuint x, GLuint y, sgVec3 &c);
-    sgVec3 *get_pixel(GLuint x, GLuint y);
+    float *get_pixel(GLuint x, GLuint y);
 
     void bind();
     inline void select(bool keep_data = false) {