Need to reset dframes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@641 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: TileUtil.java,v 1.4 2001/11/27 08:09:35 mdb Exp $
|
// $Id: TileUtil.java,v 1.5 2001/11/27 08:39:43 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.cast.util;
|
package com.threerings.cast.util;
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ public class TileUtil
|
|||||||
|
|
||||||
// create blank destination frames if needed
|
// create blank destination frames if needed
|
||||||
if (dframes == null) {
|
if (dframes == null) {
|
||||||
dest[orient] = new BlankFrameImage(sframes);
|
dframes = (dest[orient] = new BlankFrameImage(sframes));
|
||||||
}
|
}
|
||||||
|
|
||||||
// sanity check
|
// sanity check
|
||||||
|
|||||||
Reference in New Issue
Block a user