diff options
| author | victorfisac <victorfisac@gmail.com> | 2016-06-14 20:38:49 +0200 |
|---|---|---|
| committer | victorfisac <victorfisac@gmail.com> | 2016-06-14 20:38:49 +0200 |
| commit | 4e84ded7ef3b165081e08a83d95bf54387a413ca (patch) | |
| tree | 8c6ec76c879bf26b8a7c1fbdc186890a40067e9e /examples/physics_forces.c | |
| parent | 1a8fbe5cf0b982cf74434f1ba4654fced71a0450 (diff) | |
| download | raylib-4e84ded7ef3b165081e08a83d95bf54387a413ca.tar.gz raylib-4e84ded7ef3b165081e08a83d95bf54387a413ca.zip | |
Fixed spacing and set UpdatePhysics() function as static...
and remove static from PhysicsThread().
Diffstat (limited to 'examples/physics_forces.c')
| -rw-r--r-- | examples/physics_forces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/physics_forces.c b/examples/physics_forces.c index 7de85483..efe8e240 100644 --- a/examples/physics_forces.c +++ b/examples/physics_forces.c @@ -178,7 +178,7 @@ int main() } // De-Initialization - //-------------------------------------------------------------------------------------- + //-------------------------------------------------------------------------------------- ClosePhysics(); // Unitialize physics module CloseWindow(); // Close window and OpenGL context //-------------------------------------------------------------------------------------- |
