Bugfix: We may get resized prior to willEnterPlace().

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@510 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-11-27 00:31:43 +00:00
parent c250220684
commit a65d124da9
@@ -84,7 +84,9 @@ public class EZGamePanel extends Canvas
{
super.updateDisplayList(uw, uh);
backend.sizeChanged();
if (backend != null) {
backend.sizeChanged();
}
}
/**