mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 17:18:44 +08:00
Removed boxing warning.
This commit is contained in:
parent
34c98688ed
commit
16ea5abe82
@ -298,7 +298,7 @@ public class NormalMapTest extends ApplicationAdapter {
|
||||
table.add(useShadow = checkbox(" Use shadow", true));
|
||||
table.add(useNormals = checkbox(" Use normals", true));
|
||||
table.add(yInvert = checkbox(" Invert Y", true));
|
||||
root.add(table).colspan(new Integer(2)).row();
|
||||
root.add(table).colspan(2).row();
|
||||
}
|
||||
|
||||
TextButton resetButton = new TextButton("Reset", skin);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user