SHARE
TWEET
Untitled
a guest
Oct 7th, 2015
63
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- public void render () {
- //SpriteBatch
- sb.begin();
- grid.render(sb);
- ant.render(sb);
- sb.end();
- if(((System.nanoTime() - processTime)) > nanosecondsBetweenUpdates)
- {
- ant.update(grid.getSquares());
- processTime = System.nanoTime();
- }
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

