1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:23:52 +00:00

Hopefully fix Clang warning about hiding overloaded virtual functions

This commit is contained in:
AnyOldName3 2019-03-07 20:46:10 +00:00
parent c55141d18d
commit d34724a3c4

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