v0.9.3: fixed GameLog.wipe not clearing incoming text

This commit is contained in:
Evan Debenham 2021-05-26 19:28:29 -04:00
parent e11830198f
commit 227dc58ba1

View File

@ -169,5 +169,6 @@ public class GameLog extends Component implements Signal.Listener<String> {
public static void wipe() {
entries.clear();
textsToAdd.clear();
}
}