From 9137c25a3409a67ee04042e566f3c543d61d93d5 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 29 Sep 2015 08:46:47 -0400 Subject: fixed entity lags --- src/ui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui.cpp') diff --git a/src/ui.cpp b/src/ui.cpp index c0588ce..ab15c89 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -78,6 +78,7 @@ namespace ui { h=ftf->glyph->bitmap.rows; glEnable(GL_TEXTURE_2D); glBindTexture(GL_TEXTURE_2D,ftex); + if(c=='-')y+=fontSize/3; glBegin(GL_QUADS); glColor3ub(255,255,255); glTexCoord2f(0,1);glVertex2f(x,y); -- cgit v1.2.3