This commit is contained in:
Glenn Maynard
2004-06-14 05:47:17 +00:00
parent 025780fc21
commit ec75189203
+1 -1
View File
@@ -66,7 +66,7 @@ void RageBitmapTexture::Create()
RageTextureID actualID = GetID();
/* Create (and return) a surface ready to be loaded to OpenGL */
/* Load the image into an SDL surface. */
/* Load the image into a RageSurface. */
CString error;
RageSurface *img = RageSurfaceUtils::LoadFile( actualID.filename, error );