From 75e3dcdce8f5be318c9ba8924e49c4eaa34c08e3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 5 May 2003 06:21:36 +0000 Subject: [PATCH] comment (had more changes but reverted them) --- stepmania/src/RageTexture.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/RageTexture.h b/stepmania/src/RageTexture.h index 09e9d9fb81..6cdae6b3be 100644 --- a/stepmania/src/RageTexture.h +++ b/stepmania/src/RageTexture.h @@ -19,7 +19,8 @@ const int MAX_TEXTURE_FRAMES = 256; /* A unique texture is identified by a RageTextureID. (Loading the * same file with two different dither settings is considered two - * different textures, for example.) */ + * different textures, for example.) See RageTexture.cpp for explanations + * of these. */ struct RageTextureID { CString filename;