Updated to reflect changes in JME and changed hashCode to hash on the

node name instead of the identity, to ensure consistent ordering.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@77 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Andrzej Kapolka
2006-11-16 23:11:27 +00:00
parent a8e1855207
commit cfe8c0f2df
4 changed files with 17 additions and 2 deletions
@@ -163,6 +163,7 @@ public class JmeCanvasApp extends JmeApp
renderer.setHeadless(true);
setRenderer(renderer);
_display.setRenderer(renderer);
_display.getCurrentContext().setupRecords(renderer);
DisplaySystem.updateStates(renderer);
if (!init()) {