9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-24 17:49:16 +00:00
This commit is contained in:
CocoTheOwner
2023-02-06 15:43:27 +01:00
parent dea3ec80ac
commit 8d715e2e4e

View File

@@ -91,7 +91,7 @@ public class IrisImageMap {
x = x % i.getWidth();
x = x < 0 ? x + i.getWidth() : x; // Fix java's negative modulo shit
z = z % i.getHeight();
z = z < 0 ? z + i.getHeight() : x; // Fix java's negative modulo shit
z = z < 0 ? z + i.getHeight() : z; // Fix java's negative modulo shit
}
// Retrieve value from image