GenericJoint.java
.. .. @@ -381,7 +381,7 @@ 381 381 try 382 382 { 383 383 //font = FontRender.createFont("Dialog", 11, false, true); 384 - font = new FontRender.GLFont(gl, GrafreeD.class.getResourceAsStream("DejaVu_Sans_11.fnt"));384 + font = new FontRender.GLFont(gl, Grafreed.class.getResourceAsStream("DejaVu_Sans_11.fnt"));385 385 } catch (java.io.IOException e) 386 386 { 387 387 e.printStackTrace();