diff options
Diffstat (limited to 'examples/others/rlgl_standalone.c')
| -rw-r--r-- | examples/others/rlgl_standalone.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/others/rlgl_standalone.c b/examples/others/rlgl_standalone.c index cc0eda2d..3796ea3c 100644 --- a/examples/others/rlgl_standalone.c +++ b/examples/others/rlgl_standalone.c @@ -113,9 +113,9 @@ static void DrawRectangleV(Vector2 position, Vector2 size, Color color); //static Matrix MatrixPerspective(double fovy, double aspect, double near, double far); //static Matrix MatrixLookAt(Vector3 eye, Vector3 target, Vector3 up); -//---------------------------------------------------------------------------------- -// Main Entry point -//---------------------------------------------------------------------------------- +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main(void) { // Initialization |
