[nostalgia/scene/studio] Cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user