namespace correctness

This commit is contained in:
Justin Scofield
2022-07-19 19:24:19 +00:00
parent b4543fbfa2
commit d28420450d

View File

@@ -45,7 +45,7 @@ class Controller {
};
bool active_;
app::editor::Editor editor_;
editor::Editor editor_;
std::shared_ptr<SDL_Window> sdl_window_;
std::shared_ptr<SDL_Renderer> sdl_renderer_;
};