Skip to content

Instantly share code, notes, and snippets.

@smaspe
Created July 18, 2013 15:59
Show Gist options
  • Save smaspe/6030538 to your computer and use it in GitHub Desktop.
Save smaspe/6030538 to your computer and use it in GitHub Desktop.
@Override
public void render() {
Gdx.gl.glClearColor(1, 1, 1, 1);
Gdx.gl.glClear(GL10.GL_COLOR_BUFFER_BIT);
renderer.setView(camera);
renderer.render();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment