diff options
| author | Ray <[email protected]> | 2018-03-11 10:51:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-03-11 10:51:15 +0100 |
| commit | 8bc2813b0cbb016206708c41762a2fe3f01d5a13 (patch) | |
| tree | 15988f25f4f8da3ce7540be8e2ef1d27ce48ac7a /examples/physac/physics_movement.c | |
| parent | a0127d83002c2462bc4e83715c1dcb0bf99796ca (diff) | |
| parent | 5b4197afebe29bdd9795507d440d048bb8cb7c0b (diff) | |
| download | raylib-8bc2813b0cbb016206708c41762a2fe3f01d5a13.tar.gz raylib-8bc2813b0cbb016206708c41762a2fe3f01d5a13.zip | |
Merge pull request #500 from victorfisac/fork/master
[fork/master] Fixed some memory leaks and add null checks for consistency
Diffstat (limited to 'examples/physac/physics_movement.c')
| -rw-r--r-- | examples/physac/physics_movement.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/physac/physics_movement.c b/examples/physac/physics_movement.c index 4b2c9ab0..f828c054 100644 --- a/examples/physac/physics_movement.c +++ b/examples/physac/physics_movement.c @@ -10,7 +10,7 @@ * gcc -o $(NAME_PART).exe $(FILE_NAME) -s $(RAYLIB_DIR)\raylib\raylib_icon -static -lraylib -lpthread * -lglfw3 -lopengl32 -lgdi32 -lopenal32 -lwinmm -std=c99 -Wl,--subsystem,windows -Wl,-allow-multiple-definition * -* Copyright (c) 2017 Victor Fisac +* Copyright (c) 2016-2018 Victor Fisac * ********************************************************************************************/ |
