Removed unneeded variable from TerrainWorld's IntPos struct.

This commit is contained in:
Relintai 2022-03-18 17:51:50 +01:00
parent cc52a10ac7
commit 49fcf7ad80

View File

@ -201,7 +201,6 @@ protected:
public:
struct IntPos {
int x;
int y;
int z;
IntPos() {