summaryrefslogtreecommitdiffhomepage
path: root/examples/textures/textures_draw_tiled.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/textures/textures_draw_tiled.c')
-rw-r--r--examples/textures/textures_draw_tiled.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/textures/textures_draw_tiled.c b/examples/textures/textures_draw_tiled.c
index 842be11e..bc2b1724 100644
--- a/examples/textures/textures_draw_tiled.c
+++ b/examples/textures/textures_draw_tiled.c
@@ -75,7 +75,7 @@ int main(int argc, char **argv)
screenHeight = GetScreenHeight();
// Handle mouse
- if (IsMouseButtonPressed(MOUSE_LEFT_BUTTON))
+ if (IsMouseButtonPressed(MOUSE_BUTTON_LEFT))
{
const Vector2 mouse = GetMousePosition();