Skip to content

Commit f63c5e7

Browse files
committed
SurfaceNode: fix a typo bug causing bad subdivision
1 parent 959ed06 commit f63c5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osgEarthDrivers/engine_rex/SurfaceNode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ namespace osgEarth { namespace REX
9595
const Ellipsoid& _ellipsoid;
9696
osg::Vec3d _horizonCullingPoint;
9797
bool _horizonCullingPointSet = false;
98-
osg::Vec3f _childrenCorners[8][4];
98+
osg::Vec3 _childrenCorners[4][8];
9999
static const bool _enableDebugNodes;
100100

101101
void addDebugNode(const osg::BoundingBox& box);

0 commit comments

Comments
 (0)