mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 23:34:53 +08:00
Disallow additive on track 0.
This commit is contained in:
parent
70482336ac
commit
c25675f75e
@ -496,6 +496,8 @@ public class SkeletonViewer extends ApplicationAdapter {
|
||||
|
||||
alphaSlider.setValue(1);
|
||||
alphaSlider.setDisabled(true);
|
||||
|
||||
addCheckbox.setDisabled(true);
|
||||
|
||||
window.setMovable(false);
|
||||
window.setResizable(false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user