mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-18 00:30:32 -05:00
remove unsafe
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user