[keel] Split out Nostalgia Foundation and Pack lib into Keel
This commit is contained in:
@@ -8,7 +8,7 @@ namespace nostalgia::scene {
|
||||
|
||||
SceneEditor::SceneEditor(core::Context *ctx, ox::CRStringView path) {
|
||||
m_ctx = ctx;
|
||||
oxRequireT(scn, foundation::readObj<SceneStatic>(m_ctx, path));
|
||||
oxRequireT(scn, keel::readObj<SceneStatic>(m_ctx, path));
|
||||
m_scene = *scn;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user