refactor editing

This commit is contained in:
Justin Scofield
2022-08-27 23:28:38 -05:00
parent c012115e68
commit 54fa03175f
6 changed files with 36 additions and 36 deletions

View File

@@ -121,7 +121,7 @@ void ScreenEditor::DrawHUDEditor() {
void ScreenEditor::DrawCanvas() {
screen_canvas_.DrawBackground();
screen_canvas_.UpdateContext();
screen_canvas_.DrawContextMenu();
screen_canvas_.DrawGrid();
screen_canvas_.DrawOverlay();