From e2040617d1a74cd3f63d60ec328a2e99e9e32502 Mon Sep 17 00:00:00 2001 From: Yassen Tombokti Date: Sun, 3 Dec 2023 00:06:18 +0000 Subject: [PATCH] Update README.md updated the link to point to what i assume is the new location of physac.h --- physics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physics/README.md b/physics/README.md index b86c883..0005dff 100644 --- a/physics/README.md +++ b/physics/README.md @@ -2,4 +2,4 @@ 2D Physics library for videogames. -A port of Victor Fisac's [physac engine](https://github.com/raysan5/raylib/blob/master/src/physac.h). +A port of Victor Fisac's [physac engine](https://github.com/raysan5/physac/blob/master/src/physac.h).