Merge pull request '[Mnemosyne] Fix entity resolution lines wiring (#1167)' (#1214) from fix/entity-resolution-lines-wiring into main
Some checks failed
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s

Merged PR #1214
This commit was merged in pull request #1214.
This commit is contained in:
2026-04-11 05:31:26 +00:00
2 changed files with 2 additions and 1 deletions

1
app.js
View File

@@ -707,6 +707,7 @@ async function init() {
createWorkshopTerminal();
createAshStorm();
SpatialMemory.init(scene);
SpatialMemory.setCamera(camera);
updateLoad(90);
loadSession();

View File

@@ -829,7 +829,7 @@ const SpatialMemory = (() => {
getCrystalMeshes, getMemoryFromMesh, highlightMemory, clearHighlight, getSelectedId,
exportIndex, importIndex, searchNearby, REGIONS,
saveToStorage, loadFromStorage, clearStorage,
runGravityLayout
runGravityLayout, setCamera
};
})();