From 8b31ee02a1f5756c098fd1ff0966bfe20d228887 Mon Sep 17 00:00:00 2001 From: Collin Smith Date: Tue, 11 Aug 2020 00:28:59 -0700 Subject: [PATCH] Bugfix --- core/src/com/riiablo/io/ByteInput.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/com/riiablo/io/ByteInput.java b/core/src/com/riiablo/io/ByteInput.java index 475fd133..bc3a8079 100644 --- a/core/src/com/riiablo/io/ByteInput.java +++ b/core/src/com/riiablo/io/ByteInput.java @@ -328,7 +328,7 @@ public class ByteInput { * * @see #read32u() */ - public long readSafe32u() { + public int readSafe32u() { assert aligned() : "not aligned"; try { incrementBitsRead(Integer.SIZE);