Correct spelling of Skybox bounds exception
This commit is contained in:
@@ -127,7 +127,7 @@ class Skybox
|
|||||||
{
|
{
|
||||||
if (!expr.startsWith("bounds"))
|
if (!expr.startsWith("bounds"))
|
||||||
{
|
{
|
||||||
throw new IllegalArgumentException("Expceted bounds (" + filename + ":" + lineNo + ")");
|
throw new IllegalArgumentException("Expected bounds (" + filename + ":" + lineNo + ")");
|
||||||
}
|
}
|
||||||
x1 = Integer.parseInt(m.group("bx1")) * 8;
|
x1 = Integer.parseInt(m.group("bx1")) * 8;
|
||||||
y1 = Integer.parseInt(m.group("by1")) * 8;
|
y1 = Integer.parseInt(m.group("by1")) * 8;
|
||||||
|
|||||||
Reference in New Issue
Block a user