Skip to content

Commit ef9da0e

Browse files
authored
Merge pull request #9 from Larry-the-Pig/patch-1
2 parents 289b65c + 6afaacb commit ef9da0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

camera_worldspace/camera_worldspace.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is an example main file for a simple raylib project.
66

77
#include "raylib.h"
88
#include "rlgl.h"
9-
#include "raymath.h";
9+
#include "raymath.h"
1010

1111
int main ()
1212
{
@@ -50,4 +50,4 @@ int main ()
5050
// cleanup
5151
CloseWindow();
5252
return 0;
53-
}
53+
}

0 commit comments

Comments
 (0)