Change Axis of rotation

This commit is contained in:
Tyler McGurrin 2024-11-22 14:54:37 -05:00
parent 3dcdd84bc4
commit 361fb48d5d

View File

@ -90,7 +90,7 @@ void Draw() {
Vertices[7]
);
glRotatef(RT,1,1,0);
glRotatef(RT,1,0,1);
glutSwapBuffers();
}