From 19fa7cebda6f1d3529a8e525ec2cda45f41e76c1 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Fri, 25 May 2018 20:56:13 +0200 Subject: [PATCH] Fix link text: C => C++ #140 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e56abb..eff89ff 100644 --- a/README.md +++ b/README.md @@ -218,8 +218,8 @@ #### Build your own `Physics Engine` -* [**C**: _Game physics series by Allen Chou_](http://allenchou.net/game-physics-series/) * [**C**: _Video Game Physics Tutorial_](https://www.toptal.com/game/video-game-physics-part-i-an-introduction-to-rigid-body-dynamics) +* [**C++**: _Game physics series by Allen Chou_](http://allenchou.net/game-physics-series/) * [**C++**: _How to Create a Custom Physics Engine_](https://gamedevelopment.tutsplus.com/series/how-to-create-a-custom-physics-engine--gamedev-12715) * [**C++**: _Game physics series by Glenn Fiedler_](https://gafferongames.com/post/integration_basics/) * [**C++**: _3D Physics Engine Tutorial_](https://www.youtube.com/playlist?list=PLEETnX-uPtBXm1KEr_2zQ6K_0hoGH6JJ0) [video]