Added supression for mono incompatible features in NetworkedAnimator
This commit is contained in:
parent
fbae203b1c
commit
b82507fc5c
@ -117,8 +117,10 @@ namespace MLAPI.MonoBehaviours.Prototyping
|
|||||||
|
|
||||||
CheckSendRate();
|
CheckSendRate();
|
||||||
|
|
||||||
|
#pragma warning disable IDE0018 // Inline variable declaration, Unity's Mono version doesn't support it
|
||||||
int stateHash;
|
int stateHash;
|
||||||
float normalizedTime;
|
float normalizedTime;
|
||||||
|
#pragma warning restore IDE0018 // Inline variable declaration, Unity's Mono version doesn't support it
|
||||||
if (!CheckAnimStateChanged(out stateHash, out normalizedTime))
|
if (!CheckAnimStateChanged(out stateHash, out normalizedTime))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user