Skip to content

Commit

Permalink
set online list delegate in onQueueDownload
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Aug 24, 2023
1 parent 7620446 commit 7894432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layers/LevelBrowserEndLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,6 @@ void LevelBrowserEndLayer::getOnlineLevels(GJSearchObject* searchObj) {

void LevelBrowserEndLayer::onQueueDownload(float dt) {
auto GLM = GameLevelManager::sharedState();
GLM->m_onlineListDelegate = this;
GLM->getOnlineLevels(m_levelBrowserLayer->m_searchObject);
}

0 comments on commit 7894432

Please sign in to comment.