v0.9.3: fixed GameLog.wipe not clearing incoming text
This commit is contained in:
parent
e11830198f
commit
227dc58ba1
|
@ -169,5 +169,6 @@ public class GameLog extends Component implements Signal.Listener<String> {
|
||||||
|
|
||||||
public static void wipe() {
|
public static void wipe() {
|
||||||
entries.clear();
|
entries.clear();
|
||||||
|
textsToAdd.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user