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:
Michael Bayne
2001-11-27 08:39:43 +00:00
parent c25741d8e6
commit a3468353e1
@@ -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;
@@ -35,7 +35,7 @@ public class TileUtil
// create blank destination frames if needed
if (dframes == null) {
dest[orient] = new BlankFrameImage(sframes);
dframes = (dest[orient] = new BlankFrameImage(sframes));
}
// sanity check