From Randall Hopper, fixed typo of setRedMask.
This commit is contained in:
parent
3bdfbbe70f
commit
864817d0d0
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user