1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Mgv7: Clean up divide-by-zero fix

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

View File

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