auto-git:
[change] src/app/App.tsx [change] src/controls/control-surface.ts [change] src/document/migrate-scene-document.ts [change] src/document/scene-document-validation.ts [change] src/document/scene-document.ts [change] src/interactions/interaction-links.ts [change] src/runtime-three/runtime-audio-system.ts [change] src/runtime-three/runtime-host.ts [change] src/runtime-three/runtime-interaction-system.ts [change] src/runtime-three/runtime-scene-build.ts [change] tests/domain/runtime-control-foundation.test.ts [change] tests/domain/runtime-interaction-system.test.ts [change] tests/serialization/control-interaction-links.test.ts [change] tests/unit/runtime-host.test.ts
This commit is contained in:
@@ -143,7 +143,10 @@ describe("RuntimeHost", () => {
|
||||
});
|
||||
const hostInternals = host as unknown as {
|
||||
createInteractionDispatcher(): {
|
||||
dispatchControlEffect(effect: ControlEffect, link: InteractionLink): void;
|
||||
dispatchControlEffect(
|
||||
effect: ControlEffect,
|
||||
link: InteractionLink
|
||||
): void;
|
||||
};
|
||||
localLightObjects: Map<
|
||||
string,
|
||||
|
||||
Reference in New Issue
Block a user