add comment
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user