From e1c6396e259a164f57dec9ca6569cb29010a12fc Mon Sep 17 00:00:00 2001 From: Charadon Date: Tue, 31 May 2022 02:10:48 -0400 Subject: Fixed issue where window segfaulted when resized. --- src/pong.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pong.h') diff --git a/src/pong.h b/src/pong.h index ab74d07..fff6065 100644 --- a/src/pong.h +++ b/src/pong.h @@ -1,5 +1,6 @@ #ifndef PONG_H #define PONG_H +#define MOUSE_LEFT_BUTTON MOUSE_BUTTON_LEFT #include "raylib.h" #include #include -- cgit 1.4.1-2-gfad0