1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-29 14:04:30 +00:00

FIX: Correct compile error on newest clang

This commit is contained in:
Dave Corley 2025-11-11 11:25:52 -06:00
parent 429305401e
commit 307a131ca0

View file

@ -18,7 +18,7 @@ namespace SceneUtil
{
}
static const osg::StateAttribute::Type AttributeType = static_cast<osg::StateAttribute::Type>(69420);
static const osg::StateAttribute::Type AttributeType = static_cast<osg::StateAttribute::Type>(69);
META_StateAttribute(SceneUtil, TextureType, AttributeType)
bool isTextureAttribute() const override { return true; }