Logic rewrite

Update to LeapCSharp 5.13.1
Not tested in VR
This commit is contained in:
SDraw 2022-09-02 13:44:03 +03:00
parent a41f17af82
commit 3609500959
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
21 changed files with 566 additions and 103 deletions

View file

@ -9,7 +9,7 @@
namespace LeapInternal
{
using Leap;
#pragma warning disable 0618
public static class CopyFromLeapCExtensions
{
@ -139,4 +139,5 @@ namespace LeapInternal
return bone;
}
}
#pragma warning restore 0618
}