1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-22 10:11:33 +00:00

Merge branch 'namespace_typo' into 'master'

Fix typo in namespace name

See merge request OpenMW/openmw!4635
This commit is contained in:
Evil Eye 2025-04-21 08:41:27 +00:00
commit e20d52d23c

View file

@ -2,10 +2,7 @@
#define STEREO_FRUSTUM_H
#include <osg/BoundingBox>
#include <osg/Camera>
#include <osg/Matrix>
#include <osg/StateSet>
#include <osg/Vec3>
#include <array>
#include <map>
@ -13,6 +10,7 @@
namespace osg
{
class Camera;
class FrameBufferObject;
class Texture2D;
class Texture2DMultisample;
@ -24,7 +22,7 @@ namespace osgViewer
class Viewer;
}
namespace usgUtil
namespace osgUtil
{
class CullVisitor;
}