Browse Source

Update models_first_person_maze.c

pull/824/head
Ray 5 years ago
parent
commit
0b2bad4205
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/models/models_first_person_maze.c

+ 1
- 1
examples/models/models_first_person_maze.c View File

@ -11,7 +11,7 @@
#include "raylib.h"
#include "<stdlib.h>;"; // Required for: free()
#include <stdlib.h> // Required for: free()
int main()
{

Loading…
Cancel
Save