Changed StaetAttribute::Type so it is an enum list rather than a unsigned int.

This commit is contained in:
Robert Osfield
2004-10-08 09:18:40 +00:00
parent 0fcc08d867
commit de283b315b
5 changed files with 14 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ namespace
{
}
META_StateAttribute(osgFX, ViewMatrixExtractor, 0x564d4548);
META_StateAttribute(osgFX, ViewMatrixExtractor, VIEWMATRIXEXTRACTOR);
int compare(const osg::StateAttribute &sa) const
{

View File

@@ -157,7 +157,7 @@ namespace
{
}
META_StateAttribute(osgFX, ViewMatrixExtractor, 0x564d4548);
META_StateAttribute(osgFX, ViewMatrixExtractor, VIEWMATRIXEXTRACTOR);
int compare(const osg::StateAttribute &sa) const
{