Skip to content

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

@Eketol

Description

@Eketol

In Sprite3D.as, line 152:

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

should be:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions