mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 13:21:10 +01:00
Removed unneeded variable from TerrainWorld's IntPos struct.
This commit is contained in:
parent
cc52a10ac7
commit
49fcf7ad80
@ -201,7 +201,6 @@ protected:
|
||||
public:
|
||||
struct IntPos {
|
||||
int x;
|
||||
int y;
|
||||
int z;
|
||||
|
||||
IntPos() {
|
||||
|
Loading…
Reference in New Issue
Block a user