diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-29 08:46:47 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-29 08:46:47 -0400 |
commit | 9137c25a3409a67ee04042e566f3c543d61d93d5 (patch) | |
tree | b60341552dec27b169a39040d88e01f8e22fe39f /src/ui.cpp | |
parent | 764e0983c21247e325807933227b077bdc1ef6be (diff) |
fixed entity lags
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |