auto-git:
[change] src/runtime-three/runtime-scene-build.ts
This commit is contained in:
@@ -486,6 +486,7 @@ function buildRuntimeSceneCollections(document: SceneDocument): RuntimeSceneColl
|
||||
entityId: entity.id,
|
||||
position: cloneVec3(entity.position),
|
||||
yawDegrees: entity.yawDegrees,
|
||||
navigationMode: entity.navigationMode,
|
||||
collider: buildRuntimePlayerShape(entity)
|
||||
});
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user