mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-13 22:09:53 -05:00
remove unsafe
This commit is contained in:
parent
02db0d3ba0
commit
1d2fed7e18
|
|
@ -203,7 +203,7 @@ namespace UniVRM10.FastSpringBones.System
|
|||
_externalData.Dispose();
|
||||
}
|
||||
|
||||
public unsafe void SyncAndZeroVelocity(IReadOnlyList<BlittableLogic> logics)
|
||||
public void SyncAndZeroVelocity(IReadOnlyList<BlittableLogic> logics)
|
||||
{
|
||||
var dst = Logics;
|
||||
for (int i = 0; i < logics.Count; ++i)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user