1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-28 06:05:18 +01:00

Mgv7: Clean up divide-by-zero fix

This commit is contained in:
paramat
2017-06-25 04:45:40 +01:00
committed by SmallJoker
parent 6e0557e20c
commit a08a93bc9c
2 changed files with 6 additions and 5 deletions

View File

@@ -103,8 +103,6 @@ private:
Noise *noise_float_base_height;
Noise *noise_mountain;
Noise *noise_ridge;
float float_mount_height_lim;
};
#endif