mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 07:17:26 +07:00
Bugfix
This commit is contained in:
@ -328,7 +328,7 @@ public class ByteInput {
|
||||
*
|
||||
* @see #read32u()
|
||||
*/
|
||||
public long readSafe32u() {
|
||||
public int readSafe32u() {
|
||||
assert aligned() : "not aligned";
|
||||
try {
|
||||
incrementBitsRead(Integer.SIZE);
|
||||
|
Reference in New Issue
Block a user