mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-25 06:45:09 +00:00
TU19: merge Minecraft.World/Util
This commit is contained in:
@@ -71,4 +71,4 @@ double Math::wrapDegrees(double input) {
|
||||
if (input >= 180.0) input -= 360.0;
|
||||
if (input < -180.0) input += 360.0;
|
||||
return input;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user