diff --git a/simgear/screen/texture.cxx b/simgear/screen/texture.cxx index e3dd69ba..1e2d2cc0 100644 --- a/simgear/screen/texture.cxx +++ b/simgear/screen/texture.cxx @@ -351,7 +351,7 @@ SGTexture::get_pixel(GLuint x, GLuint y) { static sgVec3 c; - sgSetVec3(c, 0.0, 0.0, 0.0); + sgSetVec3(c, 0, 0, 0); if (!texture_data) return;