Changed StaetAttribute::Type so it is an enum list rather than a unsigned int.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace
|
||||
{
|
||||
}
|
||||
|
||||
META_StateAttribute(osgFX, ViewMatrixExtractor, 0x564d4548);
|
||||
META_StateAttribute(osgFX, ViewMatrixExtractor, VIEWMATRIXEXTRACTOR);
|
||||
|
||||
int compare(const osg::StateAttribute &sa) const
|
||||
{
|
||||
|
||||
@@ -157,7 +157,7 @@ namespace
|
||||
{
|
||||
}
|
||||
|
||||
META_StateAttribute(osgFX, ViewMatrixExtractor, 0x564d4548);
|
||||
META_StateAttribute(osgFX, ViewMatrixExtractor, VIEWMATRIXEXTRACTOR);
|
||||
|
||||
int compare(const osg::StateAttribute &sa) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user