From fc6966be284f04b4418053a6752fcf581dba38a4 Mon Sep 17 00:00:00 2001 From: C3NZ Date: Sun, 26 Apr 2020 12:51:11 -0700 Subject: [PATCH] [fix] readme to include glm::pi from scalar_constants.hpp and not constants.hpp, which seems to be where pi lives as of latest release. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 611c2576..2efceb59 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ Thanks for contributing to the project by [submitting issues](https://github.com #include // glm::mat4 #include // glm::translate, glm::rotate, glm::scale #include // glm::perspective -#include // glm::pi +#include // glm::pi glm::mat4 camera(float Translate, glm::vec2 const& Rotate) {