mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Merge branch 'fix_ubsan_warnings' into 'master'
Fix ubsan warnings See merge request OpenMW/openmw!3772
This commit is contained in:
commit
6b9fd12ab7
3 changed files with 17 additions and 6 deletions
|
@ -55,7 +55,7 @@ namespace fx
|
|||
osg::ref_ptr<osg::Texture2D> mRenderTexture;
|
||||
bool mResolve = false;
|
||||
Types::SizeProxy mSize;
|
||||
bool mMipMap;
|
||||
bool mMipMap = false;
|
||||
|
||||
SubPass(const SubPass& other, const osg::CopyOp& copyOp = osg::CopyOp::SHALLOW_COPY)
|
||||
: mStateSet(new osg::StateSet(*other.mStateSet, copyOp))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue