From ec751892035ee8a6bd708997d9dd9fc4dcc4528c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 14 Jun 2004 05:47:17 +0000 Subject: [PATCH] comment --- stepmania/src/RageBitmapTexture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageBitmapTexture.cpp b/stepmania/src/RageBitmapTexture.cpp index 722ad2eab2..4b402509e4 100644 --- a/stepmania/src/RageBitmapTexture.cpp +++ b/stepmania/src/RageBitmapTexture.cpp @@ -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 );