No longer force glm to not init via ctor

This commit is contained in:
2024-03-08 14:35:53 -05:00
parent 2e60ea82b8
commit ca896dbf54

View File

@@ -52,4 +52,5 @@ endif ()
#target_compile_definitions(FGLEngine PRIVATE GLM_FORCE_INLINE=1)
#GLM settings
target_compile_definitions(FGLEngine PUBLIC GLM_FORCE_NO_CTOR_INIT GLM_FORCE_RADIANS GLM_FORCE_DEPTH_ZERO_TO_ONE GLM_FORCE_LEFT_HANDED)
# GLM_FORCE_NO_CTOR_INIT
target_compile_definitions(FGLEngine PUBLIC GLM_FORCE_RADIANS GLM_FORCE_DEPTH_ZERO_TO_ONE GLM_FORCE_LEFT_HANDED)