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:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user