Corrected path slash separator
This commit is contained in:
parent
f5d792e551
commit
ab9f5d5780
5 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
#include "raylib.h"
|
||||
|
||||
#define PHYSAC_IMPLEMENTATION
|
||||
#include "..\src\physac.h"
|
||||
#include "../src/physac.h"
|
||||
|
||||
#define VELOCITY 0.5f
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue