Renamed more of ObjType

This commit is contained in:
Pazaz 2022-06-15 14:07:35 -04:00
parent bcb88470f8
commit 694fc3b9dc
24 changed files with 477 additions and 425 deletions

View file

@ -3246,7 +3246,7 @@ public final class Rasteriser {
height = bottom - top;
prepareOffsets();
if (offsets.length < height) {
offsets = new int[Static165.clp2(height)];
offsets = new int[IntUtils.clp2(height)];
}
@Pc(23) int x = top * SoftwareRaster.width + left;
for (@Pc(25) int y = 0; y < height; y++) {