mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Generate Minetest.app on macOS 12, so at least macOS 12 will be supported
This commit is contained in:
parent
3af226cb06
commit
4fd744cdf6
2 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "SColor.h"
|
||||
#include <matrix4.h>
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
|
||||
#define rangelim(d, min, max) ((d) < (min) ? (min) : ((d) > (max) ? (max) : (d)))
|
||||
#define myfloor(x) ((x) < 0.0 ? (int)(x) - 1 : (int)(x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue