Automatically refresh filebrowser on window focus, and preserve path after scanning
This commit is contained in:
@@ -75,4 +75,9 @@ void EditorLayer::OnUpdate()
|
||||
void EditorLayer::OnDetach()
|
||||
{
|
||||
delete m_EditorInterface;
|
||||
}
|
||||
|
||||
void EditorLayer::OnWindowFocused()
|
||||
{
|
||||
m_EditorInterface->OnWindowFocused();
|
||||
}
|
||||
Reference in New Issue
Block a user