チェンジセット 2644
- コミット日時:
- 2009/05/15 02:02:49 (4 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/BetweenAS3/trunk/src/fp10/org/libspark/betweenas3/targets/single/ObjectTweenTarget.as
r2618 r2644 158 158 copyObject(_source, obj._source); 159 159 copyObject(_destination, obj._destination); 160 copyObject(_relativeMap, obj._relativeMap); 161 _isInitialized = obj._isInitialized; 160 162 } 161 163 as3/BetweenAS3/trunk/src/fp10/org/libspark/betweenas3/targets/single/geom/PointTweenTarget.as
r2618 r2644 181 181 _fx = obj._fx; 182 182 _fy = obj._fy; 183 _flags = obj._flags; 183 184 } 184 185

