fix bug where InstantOpen never got reset after opening saves in the save browser
This commit is contained in:
parent
0199648ba6
commit
4e478cfe20
@ -80,6 +80,7 @@ void SearchController::Update()
|
|||||||
|
|
||||||
void SearchController::Exit()
|
void SearchController::Exit()
|
||||||
{
|
{
|
||||||
|
InstantOpen(false);
|
||||||
if(ui::Engine::Ref().GetWindow() == searchView)
|
if(ui::Engine::Ref().GetWindow() == searchView)
|
||||||
{
|
{
|
||||||
ui::Engine::Ref().CloseWindow();
|
ui::Engine::Ref().CloseWindow();
|
||||||
|
Reference in New Issue
Block a user