summaryrefslogtreecommitdiff
path: root/src/search/SearchController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/SearchController.cpp')
-rw-r--r--src/search/SearchController.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search/SearchController.cpp b/src/search/SearchController.cpp
index 2102a7d..6aff962 100644
--- a/src/search/SearchController.cpp
+++ b/src/search/SearchController.cpp
@@ -43,6 +43,7 @@ Save * SearchController::GetLoadedSave()
void SearchController::Update()
{
+ searchModel->Update();
if(activePreview && activePreview->HasExited)
{
delete activePreview;