Code style fix for my previous commit

This commit is contained in:
Michael Catanzaro 2013-05-10 16:46:18 -05:00
parent f4a9927e53
commit f7ea9ef224

View file

@ -270,9 +270,7 @@ private class ChessView3D : ChessView
draw_board ();
if (scene.show_numbering)
{
draw_numbering ();
}
draw_pieces ();
glPopMatrix ();