mirror of
https://github.com/photonstorm/phaser
synced 2024-12-01 08:59:31 +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
|
// Create 1 TweenData per target, per property
|
||||||
for (var t = 0; t < targets.length; t++)
|
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(
|
var tweenData = TweenData(
|
||||||
targets[t],
|
targets[t],
|
||||||
key,
|
key,
|
||||||
|
|
Loading…
Reference in a new issue