1
0
Fork 1
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:
Bret Curtis 2019-03-08 08:50:03 +00:00
commit 551563cbfb

View file

@ -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);