From Stephan Huber, "attached you’ll find some minor ios-fixes/-enhancements

* force _OPENTHREADS_ATOMIC_USE_BSD_ATOMIC for IOS device + simulator as the test does not pick the right implementation
* fixed a small compile-bug for iphone-example
* added a check to prevent multiple realization of a GraphicsWindowIOS-object
"
This commit is contained in:
Robert Osfield
2013-11-21 14:09:20 +00:00
parent 31c54aa3e4
commit 3ef97ddeea
3 changed files with 107 additions and 95 deletions

View File

@@ -5,7 +5,6 @@
#include <osgDB/ReadFile>
#include <osg/MatrixTransform>
#include <osg/CameraNode>
#include <osgText/Text>
#include <osgViewer/Viewer>