From 361fb48d5d07cd6cf2a9a3845c163055d6fd7ea9 Mon Sep 17 00:00:00 2001 From: Tyler McGurrin Date: Fri, 22 Nov 2024 14:54:37 -0500 Subject: [PATCH] Change Axis of rotation --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index df78ee4..23d8288 100644 --- a/src/main.c +++ b/src/main.c @@ -90,7 +90,7 @@ void Draw() { Vertices[7] ); - glRotatef(RT,1,1,0); + glRotatef(RT,1,0,1); glutSwapBuffers(); }