aboutsummaryrefslogtreecommitdiff
path: root/source/GameObject.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-04-10 23:00:36 -0700
committerrtk0c <[email protected]>2022-04-10 23:00:36 -0700
commit17d5b091c9b2901ac96f5eee0da6af07228ae690 (patch)
treec210229c4bee1d3f56a64eacf1f976dfd8f971a7 /source/GameObject.hpp
parenta849c199d970e153580c312a24cfdfa099bc7b69 (diff)
Changeset: 5 Add shader and corresponding editor components
Diffstat (limited to 'source/GameObject.hpp')
-rw-r--r--source/GameObject.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/GameObject.hpp b/source/GameObject.hpp
index cb83da3..e1e6dd1 100644
--- a/source/GameObject.hpp
+++ b/source/GameObject.hpp
@@ -1,7 +1,7 @@
#pragma once
#include "EditorAttachment.hpp"
-#include "GameObjectTypeTag.hpp"
+#include "GameObjectTags.hpp"
#include "Material.hpp"
#include "Mesh.hpp"
#include "PodVector.hpp"