mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 12:11:32 +00:00
Add missing SubPass::mMinMap initialization
This commit is contained in:
parent
99164b3a0e
commit
dd706aab0e
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ namespace fx
|
||||||
osg::ref_ptr<osg::Texture2D> mRenderTexture;
|
osg::ref_ptr<osg::Texture2D> mRenderTexture;
|
||||||
bool mResolve = false;
|
bool mResolve = false;
|
||||||
Types::SizeProxy mSize;
|
Types::SizeProxy mSize;
|
||||||
bool mMipMap;
|
bool mMipMap = false;
|
||||||
|
|
||||||
SubPass(const SubPass& other, const osg::CopyOp& copyOp = osg::CopyOp::SHALLOW_COPY)
|
SubPass(const SubPass& other, const osg::CopyOp& copyOp = osg::CopyOp::SHALLOW_COPY)
|
||||||
: mStateSet(new osg::StateSet(*other.mStateSet, copyOp))
|
: mStateSet(new osg::StateSet(*other.mStateSet, copyOp))
|
||||||
|
|
Loading…
Reference in a new issue