mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[webgl] Increased number of preallocated canvases to 4, seems save on mobile.
This commit is contained in:
parent
cb9e025390
commit
61394b9317
@ -68,7 +68,7 @@ var spineDemos = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
spineDemos.init = function () {
|
spineDemos.init = function () {
|
||||||
createCanvases(3);
|
createCanvases(4);
|
||||||
loadSliders();
|
loadSliders();
|
||||||
requestAnimationFrame(loop);
|
requestAnimationFrame(loop);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user