mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Don't iterate nothing
This commit is contained in:
parent
0debbc263e
commit
4d150e71a3
@ -44,14 +44,6 @@ public abstract class PaletteHunkIOAdapter<T> implements HunkIOAdapter<T> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
for (int i = 0; i < t.getWidth(); i++) {
|
|
||||||
for (int j = 0; j < t.getHeight(); j++) {
|
|
||||||
for (int k = 0; k < t.getDepth(); k++) {
|
|
||||||
T w = t.get(i, j, k);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
palette.write(this, dos);
|
palette.write(this, dos);
|
||||||
dos.writeInt(nonNull.get() + Integer.MIN_VALUE);
|
dos.writeInt(nonNull.get() + Integer.MIN_VALUE);
|
||||||
AtomicBoolean failure = new AtomicBoolean(false);
|
AtomicBoolean failure = new AtomicBoolean(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user