From 691411cdb214178f2d10ab589943993039fe080e Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 22 Dec 2016 10:50:27 -0500 Subject: Sprites flip and shit are good --- src/ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.cpp') diff --git a/src/ui.cpp b/src/ui.cpp index 1994382..84bb55f 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -747,7 +747,7 @@ namespace ui { c2.x, c1.y + box_corner_dim.y, z, 1.0f, 0.5f, c2.x, c1.y + box_corner_dim.y, z, 1.0f, 0.5f, - c2.x - box_corner_dim.x, c1.y + box_corner_dim.y, z, 0.0f, 0.5f, + c2.x - box_corner_dim.x, c1.y + box_corner_dim.y, z, 0.5f, 0.5f, c2.x - box_corner_dim.x, c1.y, z, 0.5f, 0.0f}; GLfloat box_l[] = {c1.x, c1.y + box_corner_dim.y, z, 0.0f, 0.0f, -- cgit v1.2.3