Show content of replay's render queue in Replay Viewer

As part of #349.
This commit is contained in:
Jonas Herzig
2020-09-05 13:14:51 +02:00
parent 9eb69375bd
commit 76a8623531
4 changed files with 97 additions and 77 deletions

View File

@@ -116,7 +116,7 @@ public class GuiSavingReplay {
private GuiPanel createTooltip(Path path, ReplayMetaData metaData) {
GuiTooltip tooltip = new GuiTooltip();
GuiReplayViewer.GuiReplayEntry entry = new GuiReplayViewer.GuiReplayEntry(path.toFile(), metaData, null);
GuiReplayViewer.GuiReplayEntry entry = new GuiReplayViewer.GuiReplayEntry(path.toFile(), metaData, null, new ArrayList<>());
return new GuiPanel().setLayout(new CustomLayout<GuiPanel>() {
@Override
protected void layout(GuiPanel container, int width, int height) {