Another try for nextFrameBuffer.
This commit is contained in:
parent
2327859b21
commit
c3430a9f3f
@ -43,8 +43,7 @@ public class nextFrameBuffer {
|
||||
//try {
|
||||
nextFrameBuffer nfb = new nextFrameBuffer();
|
||||
nfb.clone(this.next);
|
||||
this.current = this.next.current;
|
||||
this.next.clone(nfb);
|
||||
this.clone(nfb);
|
||||
/*} catch (NullPointerException n) {
|
||||
this.setCurrentFrame(null);
|
||||
this.setNext(new nextFrameBuffer());
|
||||
|
Loading…
x
Reference in New Issue
Block a user