mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-24 20:05:17 -06:00
Renamed more of ObjType
This commit is contained in:
parent
bcb88470f8
commit
694fc3b9dc
24 changed files with 477 additions and 425 deletions
|
|
@ -174,7 +174,7 @@ public final class GlFont extends Font {
|
|||
}
|
||||
}
|
||||
this.powerOfTwoSize *= 16;
|
||||
this.powerOfTwoSize = Static165.clp2(this.powerOfTwoSize);
|
||||
this.powerOfTwoSize = IntUtils.clp2(this.powerOfTwoSize);
|
||||
int glyphSize = this.powerOfTwoSize / 16;
|
||||
@Pc(66) byte[] dest = new byte[this.powerOfTwoSize * this.powerOfTwoSize * 2];
|
||||
for (@Pc(68) int i = 0; i < 256; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue