[nostalgia/scene/studio] Cleanup

This commit is contained in:
2023-05-30 20:01:56 -05:00
parent 79e6838ab3
commit 220f272867
4 changed files with 14 additions and 20 deletions
@@ -13,7 +13,7 @@ namespace nostalgia::scene {
class SceneEditorView {
private:
core::Context &m_ctx;
core::Context *const m_ctx = nullptr;
const SceneStatic &m_sceneStatic;
Scene m_scene;
glutils::FrameBuffer m_frameBuffer;
@@ -21,7 +21,7 @@ class SceneEditorView {
public:
SceneEditorView(core::Context *ctx, const SceneStatic &sceneStatic) noexcept;
void setupScene() noexcept;
ox::Error setupScene() noexcept;
void draw(int width, int height) noexcept;