aboutsummaryrefslogtreecommitdiff
path: root/source/30-game/EditorCorePrivate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/30-game/EditorCorePrivate.cpp')
-rw-r--r--source/30-game/EditorCorePrivate.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/30-game/EditorCorePrivate.cpp b/source/30-game/EditorCorePrivate.cpp
index 1e7b010..358a95a 100644
--- a/source/30-game/EditorCorePrivate.cpp
+++ b/source/30-game/EditorCorePrivate.cpp
@@ -426,7 +426,9 @@ std::unique_ptr<IEditor> IEditor::CreateInstance(App* app) {
EditorInstance::EditorInstance(App* app)
: mApp{ app }
- , mEdContentBrowser(&mEdInspector) {
+ , mEdContentBrowser(&mEdInspector)
+ , mEdGuides(app, this) //
+{
mEditorCamera.name = "Editor Camera"s;
mEditorCamera.SetEyePos(glm::vec3(0, 0, 1));
mEditorCamera.SetTargetDirection(glm::vec3(0, 0, -1));