mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 21:59:09 +08:00
Default time scale to 1.
This commit is contained in:
parent
a383c85862
commit
7cae307c55
@ -54,6 +54,7 @@ void CCSkeleton::initialize () {
|
|||||||
atlas = 0;
|
atlas = 0;
|
||||||
debugSlots = false;
|
debugSlots = false;
|
||||||
debugBones = false;
|
debugBones = false;
|
||||||
|
timeScale = 1;
|
||||||
|
|
||||||
blendFunc.src = GL_ONE;
|
blendFunc.src = GL_ONE;
|
||||||
blendFunc.dst = GL_ONE_MINUS_SRC_ALPHA;
|
blendFunc.dst = GL_ONE_MINUS_SRC_ALPHA;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user