mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +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 () {
|
||||
createCanvases(3);
|
||||
createCanvases(4);
|
||||
loadSliders();
|
||||
requestAnimationFrame(loop);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user