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:
parent
429305401e
commit
307a131ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue