チェンジセット 621
- コミット日時:
- 2008/06/13 02:40:21 (5 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/Thread/branches/soumen/src/org/libspark/thread/threads/frocessing/Frocessing2DThread.as
r601 r621 38 38 * @author yossy:beinteractive 39 39 */ 40 public class Frocessing 3DThread extends Thread40 public class Frocessing2DThread extends Thread 41 41 { 42 42 public function Frocessing2DThread(target:Graphics) 43 43 { 44 _fg = new F5Graphics2D(t raget);44 _fg = new F5Graphics2D(target); 45 45 } 46 46
