.. | .. |
---|
339 | 339 | |
---|
340 | 340 | // assert(bRep != null); |
---|
341 | 341 | |
---|
342 | | - if (display.isLIVE() && live && display.drawMode == display.SHADOW) // FUCK |
---|
| 342 | + if (Globals.isLIVE() && live && display.DrawMode() == display.SHADOW) // FUCK |
---|
343 | 343 | { |
---|
344 | 344 | // float ms = getDeltaTimeMicroseconds(); |
---|
345 | 345 | // float minFPS = 1000000f / 60f; |
---|
.. | .. |
---|
379 | 379 | try |
---|
380 | 380 | { |
---|
381 | 381 | //font = FontRender.createFont("Dialog", 11, false, true); |
---|
382 | | - font = new FontRender.GLFont(gl, GraphreeD.class.getResourceAsStream("DejaVu_Sans_11.fnt")); |
---|
| 382 | + font = new FontRender.GLFont(gl, GrafreeD.class.getResourceAsStream("DejaVu_Sans_11.fnt")); |
---|
383 | 383 | } catch (java.io.IOException e) |
---|
384 | 384 | { |
---|
385 | 385 | e.printStackTrace(); |
---|