Skip to content

CCActionScaleTo broken for duration < 1.0f #1600

@tangogrowler

Description

@tangogrowler

For durations less than 1.0f, CCActionScaleTo doesn't do anything. Also affects CCActionScaleBy

eg.
Broken: [CCActionScaleTo actionWithDuration:0.95f scale:0.5f];

Working: [CCActionScaleTo actionWithDuration:1.f scale:0.5f];

Using SB: 1.4.9 and associated Cocos2d version

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