diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-07 08:25:49 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-07 08:25:49 -0500 |
commit | c7e3d72f0ef08cb9463cd8960bc29dad40e3bdcb (patch) | |
tree | d6bfde57916863ca9fd6fa2fbfae42338ae8e630 /src/ui.cpp | |
parent | 0f379ae55e07d4e1e7904a3eb33b1c29c2177ec1 (diff) | |
parent | 1b2510a427cea42e6381d60f434b5fdec2b181b0 (diff) |
Hey, that's pretty good lighting!
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -512,7 +512,7 @@ namespace ui { glVertex2f(x+1+SCREEN_WIDTH-HLINE*16,y+1); glVertex2f(x+1+SCREEN_WIDTH-HLINE*16,y-1-SCREEN_HEIGHT/4); glVertex2f(x-1 ,y-1-SCREEN_HEIGHT/4); - glVertex2f(x-1 ,y+2); + glVertex2f(x ,y+1); glEnd(); glColor3ub(0,0,0); |