mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-02 14:26:17 -04:00
--User changes
-New look for the About dialog, it was growing too large before. More work to be done on it in a follow up commit. --Bug fixes -Fix build with new glm, no longer uses type_int.hpp.
This commit is contained in:
@ -79,7 +79,9 @@
|
||||
|
||||
//glm is what's used for matrix math.
|
||||
#include <glm/glm.hpp>
|
||||
#include <glm/detail/type_int.hpp>
|
||||
#if GLM_VERSION <= 990
|
||||
#include <glm/detail/type_int.hpp>
|
||||
#endif
|
||||
#include <glm/gtc/matrix_transform.hpp>
|
||||
#include <glm/gtc/type_ptr.hpp>
|
||||
#include <glm/gtx/string_cast.hpp>
|
||||
|
Reference in New Issue
Block a user