v0.9.3: adjusted gamelog, can now record entries in the alchemy scene

This commit is contained in:
Evan Debenham 2021-05-09 12:34:10 -04:00
parent 2f69b7b51b
commit 1463afcaf2

View File

@ -158,12 +158,6 @@ public class GameLog extends Component implements Signal.Listener<String> {
} }
} }
@Override
public void destroy() {
GLog.update.remove( this );
super.destroy();
}
private static class Entry { private static class Entry {
public String text; public String text;
public int color; public int color;