aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-05-16 08:43:29 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-05-16 08:43:29 -0400
commit3815da82430df2c1ed44858da3d8425946539b04 (patch)
tree21033ce707a1cf0f2aea222b8927b9525496a303 /src/ui.cpp
parente786f4a546fd9b08d83cd3e4058a93b26e7ae6ab (diff)
added jump page, quest light
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index a8d37d0..a5bc2d7 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -1437,9 +1437,9 @@ EXIT:
0.0, 1.0,
1.0, 1.0};
- GLfloat backdrop[] = {offset.x - SCREEN_WIDTH / 2, offset.y - SCREEN_HEIGHT / 2, 1.0,
+ GLfloat backdrop[] = {offset.x - SCREEN_WIDTH / 2 - 1, offset.y - SCREEN_HEIGHT / 2, 1.0,
offset.x + SCREEN_WIDTH / 2, offset.y - SCREEN_HEIGHT / 2, 1.0,
- offset.x - SCREEN_WIDTH / 2, offset.y + SCREEN_HEIGHT / 2, 1.0,
+ offset.x - SCREEN_WIDTH / 2 - 1, offset.y + SCREEN_HEIGHT / 2, 1.0,
offset.x + SCREEN_WIDTH / 2, offset.y + SCREEN_HEIGHT / 2, 1.0};
glUniform1i(textShader_uniform_texture, 0);