From 0f8cfd603193d3bba45bdf0c073277600de2bc06 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 30 Jul 2021 13:52:00 +0200 Subject: [PATCH] Update rlgl_standalone.c --- examples/others/rlgl_standalone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/others/rlgl_standalone.c b/examples/others/rlgl_standalone.c index 0ddae3179..6df5b8412 100644 --- a/examples/others/rlgl_standalone.c +++ b/examples/others/rlgl_standalone.c @@ -52,7 +52,7 @@ #include "rlgl.h" // OpenGL abstraction layer to OpenGL 1.1, 3.3+ or ES2 #define RAYMATH_STATIC_INLINE -#include "raymath.h" // Vector3, Quaternion and Matrix functionality +#include "raymath.h" // Vector2, Vector3, Quaternion and Matrix functionality #if defined(__EMSCRIPTEN__) #define GLFW_INCLUDE_ES2