diff options
| author | Joshua Reisenauer <kd7tck@msn.com> | 2016-06-02 13:43:11 -0700 |
|---|---|---|
| committer | Joshua Reisenauer <kd7tck@msn.com> | 2016-06-02 13:43:11 -0700 |
| commit | 96fa716525e22f9f75575f2dc1b431c58567d8a1 (patch) | |
| tree | b79a76033bf94e9f25cad98f0529cdd455a67e5f /src/physac.h | |
| parent | cf2975d062a991d69fde60c3cdc043a8a39a09dc (diff) | |
| parent | 4bc339ea4e5d833558ad4bcf14cd41e2a48a1d83 (diff) | |
| download | raylib-96fa716525e22f9f75575f2dc1b431c58567d8a1.tar.gz raylib-96fa716525e22f9f75575f2dc1b431c58567d8a1.zip | |
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'src/physac.h')
| -rw-r--r-- | src/physac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/physac.h b/src/physac.h index 6cef480a..b2ae2766 100644 --- a/src/physac.h +++ b/src/physac.h @@ -92,7 +92,6 @@ void ApplyForce(PhysicObject pObj, Vector2 force); void ApplyForceAtPosition(Vector2 position, float force, float radius); // Apply radial force to all physic objects in range Rectangle TransformToRectangle(Transform transform); // Convert Transform data type to Rectangle (position and scale) -void DrawPhysicObjectInfo(PhysicObject pObj, Vector2 position, int fontSize); // Draw physic object information at screen position #ifdef __cplusplus } |
