no more!
This commit is contained in:
parent
f146a0ff06
commit
bdf2311313
@ -59,13 +59,13 @@ public class ExtentionDrawningAirplane {
|
|||||||
Integer.parseInt(strs[0]),
|
Integer.parseInt(strs[0]),
|
||||||
Integer.parseInt(strs[1]),
|
Integer.parseInt(strs[1]),
|
||||||
getColor(strs[2]),
|
getColor(strs[2]),
|
||||||
getColor(strs[3]),
|
getColor(strs[7]),
|
||||||
Boolean.parseBoolean(strs[4]),
|
|
||||||
Boolean.parseBoolean(strs[5]),
|
Boolean.parseBoolean(strs[5]),
|
||||||
|
Boolean.parseBoolean(strs[6]),
|
||||||
width,
|
width,
|
||||||
height);
|
height);
|
||||||
toRet.ChangeIlluminatorNumb(Integer.parseInt(strs[6]));
|
toRet.ChangeIlluminatorNumb(Integer.parseInt(strs[3]));
|
||||||
toRet.ChangeIDraw(Integer.parseInt(strs[7]));
|
toRet.ChangeIDraw(Integer.parseInt(strs[4]));
|
||||||
return toRet;
|
return toRet;
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user