Automatically refresh filebrowser on window focus, and preserve path after scanning

This commit is contained in:
Antoine Pilote
2024-09-05 19:44:27 -04:00
parent 9e05e6883a
commit 422331dec2
11 changed files with 110 additions and 2 deletions

View File

@@ -75,4 +75,9 @@ void EditorLayer::OnUpdate()
void EditorLayer::OnDetach()
{
delete m_EditorInterface;
}
void EditorLayer::OnWindowFocused()
{
m_EditorInterface->OnWindowFocused();
}