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:
commit
79c4140ebb
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <osg/PositionAttitudeTransform>
|
||||
#include <osg/LightModel>
|
||||
#include <osg/LightSource>
|
||||
#include <osg/ValueObject>
|
||||
#include <osgUtil/IntersectionVisitor>
|
||||
#include <osgUtil/LineSegmentIntersector>
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include <osg/BlendFunc>
|
||||
#include <osg/Texture2D>
|
||||
#include <osg/TexMat>
|
||||
#include <osg/ValueObject>
|
||||
|
||||
#include <osgViewer/Viewer>
|
||||
|
||||
|
|
Loading…
Reference in a new issue