change the windows to the other side

This commit is contained in:
radius 2016-02-14 22:48:21 -05:00
parent 97f2a2dfb1
commit 7f1f345066

View File

@ -91,7 +91,7 @@ static void wimp_main(struct zr_context *ctx, int width, int height)
int show_fps = settings->fps_show ? 0 : 1;
if (zr_begin(ctx, &layout, "Show", zr_rect(0, 0, width/2, height),
if (zr_begin(ctx, &layout, "Show", zr_rect(width/2, 0, width/2, height),
ZR_WINDOW_BORDER))
{
enum {EASY, HARD};