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