()
| 58 | } |
| 59 | |
| 60 | @Override |
| 61 | public void render () { |
| 62 | ScreenUtils.clear(0.2f, 0.2f, 0.2f, 1); |
| 63 | ui.act(Math.min(Gdx.graphics.getDeltaTime(), 1 / 30f)); |
| 64 | ui.draw(); |
| 65 | } |
| 66 | |
| 67 | @Override |
| 68 | public void resize (int width, int height) { |
nothing calls this directly
no test coverage detected