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,8 +84,10 @@ public class EZGamePanel extends Canvas
{ {
super.updateDisplayList(uw, uh); super.updateDisplayList(uw, uh);
if (backend != null) {
backend.sizeChanged(); backend.sizeChanged();
} }
}
/** /**
* Creates the backend object that will handle requests from user code. * Creates the backend object that will handle requests from user code.