diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/Fluff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Fluff.h b/src/render/Fluff.h index f33b016e..b189b9a2 100644 --- a/src/render/Fluff.h +++ b/src/render/Fluff.h @@ -1,6 +1,6 @@ #pragma once #include "common.h" -#include "math/Vector.h" +#include "Vector.h" class CMovingThings { |