Fix warning about unused variable

This commit is contained in:
Marc Gilleron 2022-01-04 20:09:08 +00:00
parent af99442099
commit 3ab9d4a50c

View File

@ -82,7 +82,7 @@ private:
// Tells if it's worth requesting a more precise version of the data.
// Will be `true` if it's not worth it.
bool _max_lod_hint = false;
//bool _max_lod_hint = false;
};
#endif // VOXEL_DATA_BLOCK_H