mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Start of project system
+ added Directory.IsEmpty
This commit is contained in:
@@ -470,6 +470,12 @@ namespace GlitchyEditor.EditWindows
|
||||
{
|
||||
StringView searchString = StringView(&_entitySearchChars);
|
||||
|
||||
if (_scene == null)
|
||||
{
|
||||
ImGui.TextUnformatted("<No scene open>");
|
||||
return;
|
||||
}
|
||||
|
||||
if(searchString.IsWhiteSpace)
|
||||
{
|
||||
// Show entity hierarchy as tree
|
||||
|
||||
Reference in New Issue
Block a user