fix precedence

This commit is contained in:
Glenn Maynard
2004-10-16 21:12:29 +00:00
parent cb1f53d6b5
commit cf18ea9a73
+1 -1
View File
@@ -1775,7 +1775,7 @@ unsigned RageDisplay_OGL::CreateTexture(
{
ostringstream s;
s << bGenerateMipMaps? "gluBuild2DMipmaps":"glTexImage2D";
s << (bGenerateMipMaps? "gluBuild2DMipmaps":"glTexImage2D");
s << "(format " << GLToString(glTexFormat) <<
", " << img->w << "x" << img->h <<
", format " << GLToString(glImageFormat) <<