- Code: Select all
java.lang.ArrayIndexOutOfBoundsException: 1
at haven.FastMesh$Compiler.get(FastMesh.java:112)
at haven.FastMesh.draw(FastMesh.java:368)
at haven.MapMesh$1OL.draw(MapMesh.java:556)
at haven.RenderList.render(RenderList.java:254)
at haven.RenderList.render(RenderList.java:313)
at haven.PView.draw(PView.java:261)
at haven.MapView.draw(MapView.java:1114)
at haven.Widget.draw(Widget.java:677)
at haven.Widget.draw(Widget.java:682)
at haven.GameUI.draw(GameUI.java:683)
at haven.Widget.draw(Widget.java:677)
at haven.Widget.draw(Widget.java:682)
at haven.RootWidget.draw(RootWidget.java:67)
at haven.UI.draw(UI.java:142)
at haven.HavenPanel.rootdraw(HavenPanel.java:331)
at haven.HavenPanel.run(HavenPanel.java:591)
at java.lang.Thread.run(Unknown Source)