mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-29 20:19:06 +00:00
V+
This commit is contained in:
@@ -226,9 +226,10 @@ public interface EngineParallaxManager extends DataProvider, IObjectPlacer {
|
||||
}
|
||||
|
||||
int s = (int) Math.ceil(getParallaxSize() / 2D);
|
||||
|
||||
int i, j;
|
||||
int cx = (int)Math.round(x) >> 4;
|
||||
int cz = (int)Math.round(z) >> 4;
|
||||
int cx = (int)x >> 4;
|
||||
int cz = (int)z >> 4;
|
||||
|
||||
for (i = -s; i <= s; i++) {
|
||||
for (j = -s; j <= s; j++) {
|
||||
|
||||
Reference in New Issue
Block a user