Update events.c

This commit is contained in:
Jason Bou-Samra
2024-10-16 20:07:59 +11:00
committed by GitHub
parent facc14fbbc
commit a15bf6ce3d
+1 -1
View File
@@ -75,7 +75,7 @@ int handle_events(void) {
// rotate tiles
if(event.key.keysym.sym == SDLK_r
&& (event.key.keysym.mod & KMOD_SHIFT) != 0 ) {
/* && (event.key.keysym.mod & KMOD_SHIFT) != 0*/ ) {
rotate_col();
disp_column(row, col);
break;