mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-04 03:45:31 +00:00
Apply suggestion to components/terrain/terraingrid.hpp
This commit is contained in:
parent
756ec7117b
commit
ed970f4d17
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace Terrain
|
|||
View* createView();
|
||||
|
||||
protected:
|
||||
bool isGridEmpty() { return mGrid.empty(); }
|
||||
bool isGridEmpty() const { return mGrid.empty(); }
|
||||
|
||||
private:
|
||||
osg::ref_ptr<osg::Node> buildTerrain (osg::Group* parent, float chunkSize, const osg::Vec2f& chunkCenter);
|
||||
|
|
Loading…
Reference in a new issue