This commit is contained in:
Glenn Maynard
2004-10-23 02:18:17 +00:00
parent c326423dce
commit dfe6b48b70
+2 -1
View File
@@ -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() );
}