This is kinda a magical number anyway but it appears I need a little more buffer for some of the taller sprites in question.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@959 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Mike Thomas
2010-07-16 00:24:24 +00:00
parent 665ed38c30
commit 0b55ca7817
@@ -333,7 +333,7 @@ public class MisoScenePanel extends Sprite
protected const DEF_WIDTH :int = 985;
protected const DEF_HEIGHT :int = 560;
protected const BOTTOM_BUFFER :int = 250;
protected const BOTTOM_BUFFER :int = 300;
}
}