mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 15:41:37 +00:00
Removed old comment
This commit is contained in:
parent
a4b357050d
commit
3539cae9bb
1 changed files with 0 additions and 1 deletions
|
@ -230,7 +230,6 @@ var TweenBuilder = function (manager, config)
|
|||
// Create 1 TweenData per target, per property
|
||||
for (var t = 0; t < targets.length; t++)
|
||||
{
|
||||
// Swap for faster getters, if they want Advanced Value style things, they can do it via their own functions
|
||||
var tweenData = TweenData(
|
||||
targets[t],
|
||||
key,
|
||||
|
|
Loading…
Reference in a new issue