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

FlxTween: make start() public per docs #1692

Merged
merged 3 commits into from
Jan 18, 2016
Merged

FlxTween: make start() public per docs #1692

merged 3 commits into from
Jan 18, 2016

Conversation

IBwWG
Copy link
Contributor

@IBwWG IBwWG commented Jan 18, 2016

"FlxTween.PERSIST: stops when it finishes. Unlike ONESHOT, this type of tween stays attached to the core container when it finishes. This means you can keep a reference to this tween and call start() whenever you need it."

From this, I believe it was originally intended that start() be public.

GimmickyApps added 3 commits January 18, 2016 20:59
"FlxTween.PERSIST: stops when it finishes. Unlike ONESHOT, this type of tween stays attached to the core container when it finishes. This means you can keep a reference to this tween and call start() whenever you need it."

From this, I believe it was originally intended that start() be public.

- http://haxeflixel.com/documentation/flxtween/
"Field start has less visibility (public/private) than superclass one" since changing superclass start() to public.
"Field start has less visibility (public/private) than superclass one" since changing superclass start() to public.
@MSGhero
Copy link
Member

MSGhero commented Jan 18, 2016

Newlines get altered in almost every commit lol. Good catch 👍

@Gama11
Copy link
Member

Gama11 commented Jan 18, 2016

Good point.. Looks like I made them private when fixing #951, but that's somewhat irrelevant now that tween pooling has been removed.

@Gama11 Gama11 changed the title make start() public per docs FlxTween: make start() public per docs Jan 18, 2016
Gama11 added a commit that referenced this pull request Jan 18, 2016
FlxTween: make start() public per docs
@Gama11 Gama11 merged commit 3f5515c into HaxeFlixel:dev Jan 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants