summaryrefslogtreecommitdiffhomepage
path: root/examples/shapes/shapes_easings_rectangle_array.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shapes/shapes_easings_rectangle_array.c')
-rw-r--r--examples/shapes/shapes_easings_rectangle_array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shapes/shapes_easings_rectangle_array.c b/examples/shapes/shapes_easings_rectangle_array.c
index bdd45949..4d4ad8e9 100644
--- a/examples/shapes/shapes_easings_rectangle_array.c
+++ b/examples/shapes/shapes_easings_rectangle_array.c
@@ -14,7 +14,7 @@
#include "raylib.h"
-#include "extras/easings.h" // Required for easing functions
+#include "easings.h" // Required for easing functions
#define RECS_WIDTH 50
#define RECS_HEIGHT 50