1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-21 17:39:40 +00:00

Merge branch 'macos-valueobject' into 'master'

Fix linking on MacOS

See merge request OpenMW/openmw!645
This commit is contained in:
Andrei Kortunov 2021-03-11 04:55:30 +00:00
commit 79c4140ebb
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@
#include <osg/PositionAttitudeTransform>
#include <osg/LightModel>
#include <osg/LightSource>
#include <osg/ValueObject>
#include <osgUtil/IntersectionVisitor>
#include <osgUtil/LineSegmentIntersector>

View file

@ -7,6 +7,7 @@
#include <osg/BlendFunc>
#include <osg/Texture2D>
#include <osg/TexMat>
#include <osg/ValueObject>
#include <osgViewer/Viewer>