v0.4.2: fixed a crash involving loading blobs

This commit is contained in:
Evan Debenham 2016-08-18 16:44:57 -04:00
parent 64d4bf8ac9
commit 3de9de5ce4

View File

@ -91,6 +91,7 @@ public class Blob extends Actor {
//compatability with pre-0.4.2
cur = new int[1024];
}
off = new int[cur.length];
int[] data = bundle.getIntArray( CUR );
if (data != null) {