MCPcopy Create free account
hub / github.com/Card-Forge/forge / render

Method render

forge-gui-mobile/src/forge/FrameRate.java:55–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 4

drawMethod · 0.65
getHeightMethod · 0.65
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected