From fcf562d2649fa42abadc0dd547a0824ddfe42319 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 3 Aug 2015 13:37:48 -0400 Subject: [PATCH] Rotated the boxes. Let's fix the new problems! --- redo/osxaltest/main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo/osxaltest/main.m b/redo/osxaltest/main.m index 6c94c08d..cb8b9d20 100644 --- a/redo/osxaltest/main.m +++ b/redo/osxaltest/main.m @@ -4,7 +4,7 @@ // #qo LDFLAGS: -framework Foundation -framework AppKit BOOL spaced = NO; -BOOL firstvert = YES; +BOOL firstvert = NO; @interface appDelegate : NSObject @end