1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-29 22:20:33 +00:00

Merge pull request #2323 from elsid/rm_unused_field

Remove unused field
This commit is contained in:
Andrei Kortunov 2019-04-13 19:06:33 +04:00 committed by GitHub
commit 88f44c613b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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