From Randall Hopper, fixed typo of setRedMask.

This commit is contained in:
Robert Osfield 2005-04-10 21:26:49 +00:00
parent 3bdfbbe70f
commit 864817d0d0

View File

@ -70,7 +70,7 @@ class SG_EXPORT ColorMask : public StateAttribute
}
inline void getRedMask(bool mask) { _red=mask; }
inline void setRedMask(bool mask) { _red=mask; }
inline bool getRedMask() const { return _red; }
inline void setGreenMask(bool mask) { _green=mask; }