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

Strange short life variables section in BaseFactory #42

Closed
Eversor opened this issue May 2, 2014 · 0 comments
Closed

Strange short life variables section in BaseFactory #42

Eversor opened this issue May 2, 2014 · 0 comments

Comments

@Eversor
Copy link

Eversor commented May 2, 2014

Diving through the code of the factories i noticed this part of code that is not clear if something is actually done or not... lines 327:331 of BaseFactory seems to declare variables that are left out of scope rapidly afterwards...

var armatureDataCopy:ArmatureData = data.getArmatureData(animationName);
if(armatureDataCopy)
{
var skinDataCopy:SkinData = armatureDataCopy.getSkinData("");
}

@Eversor Eversor changed the title Stange section in code Strange short life variables section in BaseFactory May 2, 2014
@akdcl akdcl closed this as completed Mar 18, 2015
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

No branches or pull requests

2 participants