Skip to content
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

Sprite3D.height getter returns width instead of height. #16

Open
Eketol opened this issue Apr 2, 2012 · 0 comments
Open

Sprite3D.height getter returns width instead of height. #16

Eketol opened this issue Apr 2, 2012 · 0 comments

Comments

@Eketol
Copy link

Eketol commented Apr 2, 2012

In Sprite3D.as, line 152:

public function get height():Number
{
return _width;
}

should be:

public function get height():Number
{
return _height;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant