chore: Remove Canvas::Update

This commit is contained in:
Justin Scofield
2022-08-07 12:40:21 -04:00
parent 4d90f21e9e
commit ebf6666ef6
3 changed files with 4 additions and 86 deletions

View File

@@ -8,7 +8,10 @@ namespace editor {
void DungeonEditor::Update() {
DrawToolset();
canvas_.Update();
canvas_.DrawBackground();
canvas_.UpdateContext();
canvas_.DrawGrid();
canvas_.DrawOverlay();
}
void DungeonEditor::DrawToolset() {