Build fix

This commit is contained in:
Robert Osfield
2005-04-11 15:01:57 +00:00
parent 2fb3d9aae5
commit a9270a7c89

View File

@@ -28,7 +28,7 @@ BEGIN_OBJECT_REFLECTOR(osg::ColorMask)
Method0(osg::StateAttribute::Type, getType);
Method1(int, compare, IN, const osg::StateAttribute &, sa);
Method4(void, setMask, IN, bool, red, IN, bool, green, IN, bool, blue, IN, bool, alpha);
Method1(void, getRedMask, IN, bool, mask);
Method1(void, setRedMask, IN, bool, mask);
Method0(bool, getRedMask);
Method1(void, setGreenMask, IN, bool, mask);
Method0(bool, getGreenMask);