diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 520efdc926..b5912f666d 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -1714,7 +1714,8 @@ unsigned RageDisplay_OGL::CreateTexture( ", format " << GLToString(glImageFormat) << ", type " << GLToString(glImageType) << ", pixfmt " << pixfmt << - ", imgpixfmt " << imgpixfmt; + ", imgpixfmt " << imgpixfmt << + ")"; LOG->Trace( "%s", s.str().c_str() ); }