Skip to content

Commit 6afaacb

Browse files
Update camera_worldspace.c
1 parent 289b65c commit 6afaacb

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)