Mouse picking

This commit is contained in:
Simon Lübeß
2022-05-30 14:06:52 +02:00
parent 47fdce0a7e
commit 8db2ce1d05
6 changed files with 72 additions and 28 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ namespace GlitchyEditor
/// Creates a new editor for the given world
public this(Scene scene)
{
_entityHierarchyWindow = new EntityHierarchyWindow(_scene);
_entityHierarchyWindow = new EntityHierarchyWindow(this, _scene);
CurrentScene = scene;
_componentEditWindow = new ComponentEditWindow(_entityHierarchyWindow);