mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[csharp] Minor: Fixed typo in comment, frack vs track.
This commit is contained in:
parent
8ba88687dd
commit
e35a088c8b
@ -264,7 +264,7 @@ namespace Spine {
|
|||||||
} else {
|
} else {
|
||||||
mix = to.mixTime / to.mixDuration;
|
mix = to.mixTime / to.mixDuration;
|
||||||
if (mix > 1) mix = 1;
|
if (mix > 1) mix = 1;
|
||||||
if (blend != MixBlend.First) blend = from.mixBlend; // Track 0 ignores frack mix blend.
|
if (blend != MixBlend.First) blend = from.mixBlend; // Track 0 ignores track mix blend.
|
||||||
}
|
}
|
||||||
|
|
||||||
var eventBuffer = mix < from.eventThreshold ? this.events : null;
|
var eventBuffer = mix < from.eventThreshold ? this.events : null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user