1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-04 21:11:32 +00:00

Remove unused field

This commit is contained in:
elsid 2019-04-13 13:05:53 +02:00
parent 5b8fc5a151
commit 4500f01efd
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -65,7 +65,6 @@ namespace Terrain
bool mChanged; bool mChanged;
osg::Vec3f mViewPoint; osg::Vec3f mViewPoint;
bool mHasViewPoint; bool mHasViewPoint;
float mReuseDistance;
}; };
class ViewDataMap : public osg::Referenced class ViewDataMap : public osg::Referenced