diff --git a/HandmadeMath.h b/HandmadeMath.h index bc9c7b8..d32082e 100644 --- a/HandmadeMath.h +++ b/HandmadeMath.h @@ -1,5 +1,5 @@ /* - HandmadeMath.h v1.1.2 + HandmadeMath.h v1.1.4 This is a single header file with a bunch of useful functions for basic game math operations. @@ -175,6 +175,8 @@ (*) Fixed invalid HMMDEF's in the function definitions 1.1.3 (*) Fixed compile error in C mode + 1.1.4 + (*) Fixed divide-by-zero errors when normalizing zero vectors. LICENSE diff --git a/README.md b/README.md index 0f57df4..000878f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ _This library is free and will stay free, but if you would like to support devel Version | Changes | ----------------|----------------| +**1.1.4** | Fixed divide-by-zero errors when normalizing zero vectors. **1.1.3** | Fixed compile error in C mode **1.1.2** | Fixed invalid HMMDEF's in the function definitions **1.1.1** | Resolved compiler warnings on gcc and g++