mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Copy scene when entering play mode
This commit is contained in:
@@ -26,6 +26,9 @@ namespace GlitchyEditor
|
||||
get => _scene;
|
||||
set
|
||||
{
|
||||
if (_scene == value)
|
||||
return;
|
||||
|
||||
_scene = value;
|
||||
_entityHierarchyWindow.SetContext(_scene);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user