summaryrefslogtreecommitdiffstats
path: root/src/animation
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-20 12:35:24 +0200
committerGitHub <noreply@github.com>2019-07-20 12:35:24 +0200
commit29d7b983d7db02363a1ce310100d98d8910798d9 (patch)
tree56ab95801891111dc1434662e47da3cd41865eca /src/animation
parentMerge pull request #151 from Nick007J/master (diff)
parentfixes for #142 (diff)
downloadre3-29d7b983d7db02363a1ce310100d98d8910798d9.tar
re3-29d7b983d7db02363a1ce310100d98d8910798d9.tar.gz
re3-29d7b983d7db02363a1ce310100d98d8910798d9.tar.bz2
re3-29d7b983d7db02363a1ce310100d98d8910798d9.tar.lz
re3-29d7b983d7db02363a1ce310100d98d8910798d9.tar.xz
re3-29d7b983d7db02363a1ce310100d98d8910798d9.tar.zst
re3-29d7b983d7db02363a1ce310100d98d8910798d9.zip
Diffstat (limited to '')
-rw-r--r--src/animation/AnimBlendSequence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/AnimBlendSequence.h b/src/animation/AnimBlendSequence.h
index 7538cf56..1246d7b4 100644
--- a/src/animation/AnimBlendSequence.h
+++ b/src/animation/AnimBlendSequence.h
@@ -1,6 +1,6 @@
#pragma once
-#include "math/Quaternion.h"
+#include "Quaternion.h"
// TODO: put them somewhere else?
struct KeyFrame {