mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 10:16:01 +08:00
[csharp] Use explicit primitive declaration.
This commit is contained in:
parent
0ad0fc4de8
commit
df45ae9d22
@ -366,7 +366,7 @@ namespace Spine {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Queue complete if completed a loop iteration or the animation.
|
// Queue complete if completed a loop iteration or the animation.
|
||||||
var complete = false;
|
bool complete = false;
|
||||||
if (entry.loop)
|
if (entry.loop)
|
||||||
complete = duration == 0 || (trackLastWrapped > entry.trackTime % duration);
|
complete = duration == 0 || (trackLastWrapped > entry.trackTime % duration);
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user