Skip to content

FlxU.rotatePoint()  #53

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions