Skip to content

Commit

Permalink
Moved font render
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson C authored and Jackson C committed Oct 18, 2015
1 parent 028c567 commit 50cf966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void render () {
sprite.begin();
for (Gate g : manager.getGates()) {
DrawInfo info = g.getDrawInfo();
font.draw(sprite, info.name, info.x*32 + info.width*16 - 14, info.y*32 + 21);
font.draw(sprite, info.name, info.x*32 + info.width*16 - 13, info.y*32 + 21);
}
sprite.end();

Expand Down

0 comments on commit 50cf966

Please sign in to comment.