mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Replace instances of height_min/height_max with y_min/y_max to remove ambiguity
This commit is contained in:
@@ -52,8 +52,8 @@ public:
|
||||
s16 height_shore;
|
||||
s16 depth_water_top;
|
||||
|
||||
s16 height_min;
|
||||
s16 height_max;
|
||||
s16 y_min;
|
||||
s16 y_max;
|
||||
float heat_point;
|
||||
float humidity_point;
|
||||
|
||||
|
Reference in New Issue
Block a user