1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-30 06:34:33 +00:00

Merge branch 'were-blazin-too-hard' into 'master'

FIX: Correct compile error on newest clang

See merge request OpenMW/openmw!4992
This commit is contained in:
Alexei Kotov 2025-11-12 19:50:34 +03:00
commit 063b233d12

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; }