DaVikingCode / Citrus-Engine

Modern AS3 Game Engine
http://citrusengine.com/
Other
549 stars 231 forks source link

ObjectMakerStarling: child.name bugfix #319

Closed Mark-LaCroix closed 7 years ago

Mark-LaCroix commented 7 years ago

child.name is copied to params.name before CitrusObject creation, so it can be accessed by StarlingScene.getObjectByName(); (Bug fix, as child.name can no longer be passed as an augment when creating CitrusObject)

alamboley commented 7 years ago

Thanks !!