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

Fix FlxCamera "jitters" when following a target #134

Commits on Dec 31, 2012

  1. Fix FlxCamera jitters when following a target

    Resolves the following issue:
     * FlixelCommunity#5 - AdamAtomic#227
    
    Fix provided by [Krix](https://github.com/krix)
    Dirk Bunk (Krix) authored and IQAndreas committed Dec 31, 2012
    Configuration menu
    Copy the full SHA
    0e09cfb View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2013

  1. Rename FlxSprite::simpleRender to isSimpleRender

    Will also avoid an error if the `target` object is not a `FlxSprite`.
    IQAndreas committed Jan 3, 2013
    Configuration menu
    Copy the full SHA
    d578045 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2013

  1. Change FlxSprite::isSimpleRender into a function

    Also does some minor cleanup of making sure brace placement matches the rest of the code, and removes one unecessary comment.
    IQAndreas committed Apr 5, 2013
    Configuration menu
    Copy the full SHA
    434af05 View commit details
    Browse the repository at this point in the history