Skip to content

FlxU.rotatePoint()  #53

Open
Open
@FlixelCommunityBot

Description

@FlixelCommunityBot

Issue #178 by: scaven

line 569:
var dy:Number = PivotY+Y; //Y axis is inverted in flash, normally this would be a subtract operation

should clearly be subtract operation (err.. maybe normality changed recently?)

change to:
var dy:Number = PivotY-Y;

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions