From 348aba01a91fae04d4ba3036bd73b32f453c3e03 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Sun, 19 Jun 2016 01:31:21 +1000 Subject: [PATCH] README: s/aliaing/aliasing --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ae940173..0fad99aa 100644 --- a/readme.md +++ b/readme.md @@ -83,7 +83,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Fixed intersectRayTriangle to not do any unintentional backface culling - Fixed long long warnings when using C++98 on GCC and Clang #482 - Fixed sign with signed integer function on non-x86 architecture -- Fixed strict aliaing warnings #473 +- Fixed strict aliasing warnings #473 - Fixed missing vec1 overload to length2 and distance2 functions #431 ##### Deprecation: