mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:53:50 +00:00
Merge branch 'clsb-warning' into 'master'
Hopefully fix Clang warning about hiding overloaded virtual functions See merge request OpenMW/openmw!82
This commit is contained in:
commit
551563cbfb
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ namespace SceneUtil {
|
|||
|
||||
void apply(osg::Camera&);
|
||||
|
||||
using osg::NodeVisitor::apply;
|
||||
|
||||
void updateBound(const osg::BoundingBox& bb);
|
||||
|
||||
void update(const osg::Vec3& v);
|
||||
|
|
Loading…
Reference in a new issue