Removed the unncessary array.

This commit is contained in:
Robert Osfield
2017-02-22 12:41:45 +00:00
parent 04d23659b3
commit f816436771
2 changed files with 13 additions and 26 deletions

View File

@@ -314,7 +314,7 @@ public:
Coords _coords;
#ifdef NEW_APPROACH
Coords3 _transformedCoords;
// Coords3 _transformedCoords;
#else
osg::buffered_object<Coords3> _transformedCoords;
#endif