don't use atlas for menu selected challenge image because pagination...perhaps can use for dialog image

This commit is contained in:
Kevin Ngo
2018-10-07 02:29:21 -07:00
parent 6416d24d2e
commit f169398e32
7 changed files with 43 additions and 29 deletions

View File

@@ -243,6 +243,7 @@ function computeSearchPagination (state) {
state.search.songSubNameTexts = '';
state.searchResultsPage.length = 0;
state.searchResultsPage.__dirty = true;
for (i = state.search.page * SEARCH_PER_PAGE;
i < state.search.page * SEARCH_PER_PAGE + SEARCH_PER_PAGE; i++) {
if (!state.search.results[i]) { break; }