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:
commit
063b233d12
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