- Removed -m64 causing build issues on Linux 32 #331

This commit is contained in:
Christophe Riccio
2015-05-02 00:26:12 +02:00
parent 25ccac2fd3
commit d7fa6d318c
2 changed files with 1 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed multi-line comment warning in g++. #315
- Fixed specifier removal by 'std::make_pair<>' #333
- Fixed perspective fovy argument documentation #327
- Removed -m64 causing build issues on Linux 32 #331
##### Deprecation:
- Removed integer specification for 'mod' in GTC_integer #308