diff --git a/components/sceneutil/texturetype.hpp b/components/sceneutil/texturetype.hpp index dbed8a0e74..4a1fb7692c 100644 --- a/components/sceneutil/texturetype.hpp +++ b/components/sceneutil/texturetype.hpp @@ -18,7 +18,7 @@ namespace SceneUtil { } - static const osg::StateAttribute::Type AttributeType = static_cast(69420); + static const osg::StateAttribute::Type AttributeType = static_cast(69); META_StateAttribute(SceneUtil, TextureType, AttributeType) bool isTextureAttribute() const override { return true; }