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