diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-17 20:33:50 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-17 20:33:50 -0500 |
commit | 1b2510a427cea42e6381d60f434b5fdec2b181b0 (patch) | |
tree | 7603c7e2ad6ef38b76cb507a18855377626667ce /src/ui.cpp | |
parent | d9d66652af66fc824588176e5ce1136ea9965925 (diff) |
fork tests, revised song
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); |