Skip to content

Commit

Permalink
シーン読み込み時にコンソールをクリアするよう改善
Browse files Browse the repository at this point in the history
  • Loading branch information
EbiseLutica committed Feb 1, 2024
1 parent 4afa86a commit 8bc62ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Promete/ConsoleLayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public ConsoleLayer(PrometeApp app, IWindow window)
app.RenderElement(text);
};

app.SceneWillChange += Clear;

window.PostUpdate += UpdateConsole;
}

Expand Down

0 comments on commit 8bc62ee

Please sign in to comment.