fix precedence
This commit is contained in:
@@ -1775,7 +1775,7 @@ unsigned RageDisplay_OGL::CreateTexture(
|
|||||||
{
|
{
|
||||||
ostringstream s;
|
ostringstream s;
|
||||||
|
|
||||||
s << bGenerateMipMaps? "gluBuild2DMipmaps":"glTexImage2D";
|
s << (bGenerateMipMaps? "gluBuild2DMipmaps":"glTexImage2D");
|
||||||
s << "(format " << GLToString(glTexFormat) <<
|
s << "(format " << GLToString(glTexFormat) <<
|
||||||
", " << img->w << "x" << img->h <<
|
", " << img->w << "x" << img->h <<
|
||||||
", format " << GLToString(glImageFormat) <<
|
", format " << GLToString(glImageFormat) <<
|
||||||
|
|||||||
Reference in New Issue
Block a user