Fixed default path of new scene editor filebrowser widget

This commit is contained in:
antopilo
2025-01-31 23:30:09 -05:00
parent f1e6a10cb1
commit c28b27f38e

View File

@@ -15,7 +15,7 @@ using namespace Nuake;
FileBrowserWidget::FileBrowserWidget(EditorContext& inCtx) : IEditorWidget(inCtx)
{
currentDirectory = FileSystem::RootDirectory;
}
void FileBrowserWidget::Update(float ts)