summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis <35883445+louist103@users.noreply.github.com>2024-01-30 21:45:10 -0500
committerlouist103 <35883445+louist103@users.noreply.github.com>2025-03-29 13:50:21 -0400
commit31366146d5fa85f8ea36c3733e10c50837a6fc75 (patch)
tree8f2b3ff057ff72de2a2a21e67bf1ff6234f233c3
parentac0646fdf93c16df01e15e1bf5121552257f871c (diff)
u != U
-rw-r--r--OTRExporter/CKeyFrameExporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OTRExporter/CKeyFrameExporter.h b/OTRExporter/CKeyFrameExporter.h
index 1c690e7..6e8fe45 100644
--- a/OTRExporter/CKeyFrameExporter.h
+++ b/OTRExporter/CKeyFrameExporter.h
@@ -4,7 +4,7 @@
#include "ZCKeyFrame.h"
#include "ZCkeyFrameAnim.h"
#include "Exporter.h"
-#include <utils/BinaryWriter.h>
+#include <Utils/BinaryWriter.h>
class OTRExporter_CKeyFrameSkel : public OTRExporter
{