Commit 99081682 authored by mercury233's avatar mercury233 Committed by nanahira

fix background redraw when replay undo

parent b661443a
......@@ -704,7 +704,7 @@ void Game::MainLoop() {
atkdy = (float)sin(atkframe);
driver->beginScene(true, true, SColor(0, 0, 0, 0));
gMutex.Lock();
if(dInfo.isStarted) {
if(dInfo.isStarted || dInfo.isReplaySkiping) {
DrawBackImage(imageManager.tBackGround);
DrawBackGround();
DrawCards();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment