-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3 bugs #37
Comments
Yes, for 2&3, you are right. We should fix it. 2011/9/19 into4g <
This is Zhou, Weikuan(Ϊ) |
it is updated now, sorry for the late. 2011919 10:07Zhou, Weikuan zhouweikuan@gmail.comд
This is Zhou, Weikuan(Ϊ) |
Hi ZhouWeikuan,
your project - cocos2d have 3 bugs.
positionOffset.x = Integer.parseInt(attributes.getValue("x")) * tileSize.width;
positionOffset.y = Integer.parseInt(attributes.getValue("y")) * tileSize.height;
=>
try {
positionOffset.x = Integer.parseInt(attributes.getValue("x")) * tileSize.width;
positionOffset.y = Integer.parseInt(attributes.getValue("y")) * tileSize.height;
} catch (Exception e) {}
remove: tile = null;
into4g
The text was updated successfully, but these errors were encountered: