Removed boxing warning.

This commit is contained in:
NathanSweet 2014-09-07 14:21:34 +02:00
parent 34c98688ed
commit 16ea5abe82

View File

@ -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);