(had more changes but reverted them)
This commit is contained in:
Glenn Maynard
2003-05-05 06:21:36 +00:00
parent 3c6f768fd7
commit 75e3dcdce8
+2 -1
View File
@@ -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;