Jeck - More incremental deck editor fixes. It'll be at 100% eventually, as soon as I rewrite some code so that there aren't individual filter lists per deck/collection.

This commit is contained in:
wagic.jeck
2010-02-18 00:58:24 +00:00
parent 71e0792cde
commit 5d275391f2

View File

@@ -432,6 +432,7 @@ void GameStateDeckViewer::Update(float dt)
filterDeck->Update(dt);
} else {
mStage = STAGE_WAITING;
updateFilters();
loadIndexes();
}
}
@@ -441,6 +442,7 @@ void GameStateDeckViewer::Update(float dt)
useFilter = 0;
filterCollection->Finish(true);
filterCollection->Update(dt);
updateFilters();
loadIndexes();
return;
}
@@ -449,6 +451,7 @@ void GameStateDeckViewer::Update(float dt)
filterCollection->Update(dt);
} else {
mStage = STAGE_WAITING;
updateFilters();
loadIndexes();
}
}