From 3f3032e89df92167231f17d5632e18fdbaa02945 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 9 Jan 2003 04:40:57 +0000 Subject: [PATCH] add comment --- 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 296c95d1fe..7bf5e0e548 100644 --- a/stepmania/src/RageTexture.h +++ b/stepmania/src/RageTexture.h @@ -30,7 +30,8 @@ struct RageTextureID bool bDither; bool bStretch; - /* Define an ordering so this can be used in a set<>. */ + /* Define an ordering so this can be used in a set<>. This defines a partial + * ordering; use equal() to see if they're equal. */ bool operator< (const RageTextureID &rhs) const { return filename < rhs.filename; } bool equal(const RageTextureID &rhs) const;