チェンジセット 621

差分発生行の前後
無視リスト:
コミット日時:
2008/06/13 02:40:21 (5 ヶ月前)
コミッタ:
yossy
ログメッセージ:

Thread(soumen): Frocessing2DThread の typo 修正

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/Thread/branches/soumen/src/org/libspark/thread/threads/frocessing/Frocessing2DThread.as

    r601 r621  
    3838         * @author      yossy:beinteractive 
    3939         */ 
    40         public class Frocessing3DThread extends Thread 
     40        public class Frocessing2DThread extends Thread 
    4141        { 
    4242                public function Frocessing2DThread(target:Graphics) 
    4343                { 
    44                         _fg = new F5Graphics2D(traget); 
     44                        _fg = new F5Graphics2D(target); 
    4545                } 
    4646