Comments tweaks

This commit is contained in:
raysan5
2016-10-31 20:39:03 +01:00
parent cc917fbac6
commit 673dcf9436
6 changed files with 13 additions and 14 deletions

View File

@@ -35,7 +35,7 @@
#include <math.h> // Required for: atan2()
#ifndef RLGL_STANDALONE
#include "raymath.h" // Required for Vector3 and Matrix functions
#include "raymath.h" // Required for: Vector3 and Matrix functions
#endif
#if defined(GRAPHICS_API_OPENGL_11)