From 4b5694a51c05b539d80263acd4aaecbccfd2c470 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 7 Oct 2015 21:53:27 +0200 Subject: [PATCH] Fixed readme #include path #426 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8d18090f..8097856f 100644 --- a/readme.md +++ b/readme.md @@ -28,7 +28,7 @@ Thanks for contributing to the project by [submitting issues](https://github.com #include // glm::vec4 #include // glm::mat4 #include // glm::translate, glm::rotate, glm::scale, glm::perspective -#include // glm::pi +#include // glm::pi glm::mat4 camera(float Translate, glm::vec2 const & Rotate) {