From 88d61d32a042fd3da7dd5a284a242a8a7dae212d Mon Sep 17 00:00:00 2001 From: notargs Date: Wed, 6 Oct 2021 14:53:39 +0900 Subject: [PATCH] rm unused property --- .../Runtime/FastSpringBone/InputPorts/FastSpringBoneScope.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Assets/VRM10/Runtime/FastSpringBone/InputPorts/FastSpringBoneScope.cs b/Assets/VRM10/Runtime/FastSpringBone/InputPorts/FastSpringBoneScope.cs index 7a040506d..3295744f8 100644 --- a/Assets/VRM10/Runtime/FastSpringBone/InputPorts/FastSpringBoneScope.cs +++ b/Assets/VRM10/Runtime/FastSpringBone/InputPorts/FastSpringBoneScope.cs @@ -11,12 +11,9 @@ namespace UniVRM10.FastSpringBones.System { private readonly FastSpringBoneService _service; private readonly FastSpringBoneBuffer _buffer; - - public IReadOnlyList Springs { get; } public FastSpringBoneScope(IReadOnlyList springs) { - Springs = springs; _service = FastSpringBoneService.Instance; _buffer = new FastSpringBoneBuffer(springs);