Update include files to add appropriate model_animation include.

This commit is contained in:
Joey de Vries
2021-02-07 19:15:34 +01:00
parent e72d3e05d7
commit 90f44b65bb
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
#include <glm/glm.hpp>
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/quaternion.hpp>
#include "AssimpGLMHelpers.h"
#include <learnopengl/assimp_glm_helpers.h>
struct KeyPosition
{