[nostalgia/core] Make Context definition private
This commit is contained in:
@@ -14,7 +14,7 @@ namespace nostalgia::scene {
|
||||
class SceneEditorView {
|
||||
|
||||
private:
|
||||
ox::UPtr<core::Context> m_cctx;
|
||||
core::ContextUPtr m_cctx;
|
||||
SceneStatic const&m_sceneStatic;
|
||||
Scene m_scene;
|
||||
glutils::FrameBuffer m_frameBuffer;
|
||||
|
Reference in New Issue
Block a user