From 0f9be690a5855eb226f0d8093a002a07829a9348 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 18 Sep 2024 12:55:45 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E6=B6=88?= =?UTF-8?q?=E3=81=97=E5=BF=98=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Runtime/SpringBoneJobs/FastSpringBoneBufferCombiner.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/UniGLTF/Runtime/SpringBoneJobs/FastSpringBoneBufferCombiner.cs b/Assets/UniGLTF/Runtime/SpringBoneJobs/FastSpringBoneBufferCombiner.cs index 3ca90fcd0..6e9f77614 100644 --- a/Assets/UniGLTF/Runtime/SpringBoneJobs/FastSpringBoneBufferCombiner.cs +++ b/Assets/UniGLTF/Runtime/SpringBoneJobs/FastSpringBoneBufferCombiner.cs @@ -57,7 +57,6 @@ namespace UniGLTF.SpringBoneJobs public void FlipBuffer() { - // dispose が狂う?? var tmp = _prevTails; _prevTails = _currentTails; _currentTails = _nextTails;