mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-21 02:15:14 -06:00
Renamed more of ObjType
This commit is contained in:
parent
bcb88470f8
commit
694fc3b9dc
24 changed files with 477 additions and 425 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue