v0.4.2: fixed a crash involving loading blobs
This commit is contained in:
parent
64d4bf8ac9
commit
3de9de5ce4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user