Fix animation ghosting.

This commit is contained in:
yukirij 2024-09-01 16:46:38 -07:00
parent 2dabac08cd
commit b4792936db

View File

@ -1126,6 +1126,7 @@ const INTERFACE = {
target = null; target = null;
} }
} else { } else {
play = null;
GAME_DATA.process(play); GAME_DATA.process(play);
} }
INTERFACE_DATA.replay_turn++; INTERFACE_DATA.replay_turn++;