()
| 53 | } |
| 54 | |
| 55 | public void render() { |
| 56 | batch.begin(); |
| 57 | font.draw(batch, (int)frameRate + " FPS | " + cardsLoaded + " cards re/loaded | " + allocT + " MB", 3, Gdx.graphics.getHeight() - 3); |
| 58 | batch.end(); |
| 59 | } |
| 60 | |
| 61 | public void dispose() { |
| 62 | font.dispose(); |