チェンジセット 2864: as3/FLARToolKit

差分発生行の前後
無視リスト:
コミット日時:
2009/07/02 16:12:13 (9 ヶ月前)
コミッタ:
makc
ログメッセージ:

graceful error handling

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/FLARToolKit/trunk/src/org/libspark/flartoolkit/detector/FLARMultiMarkerDetector.as

    r2570 r2864  
    193193                                if (!this._match_patt.setPatt(this._patt)) { 
    194194                                        // 計算に失敗した。 
    195                                         throw new FLARException()
     195                                        continue
    196196                                } 
    197197                                // コードと順番に比較していく 
  • as3/FLARToolKit/trunk/src/org/libspark/flartoolkit/detector/FLARSingleMarkerDetector.as

    r2570 r2864  
    170170                        if (!this._match_patt.setPatt(this._patt)) { 
    171171                                // 計算に失敗した。 
    172                                 throw new FLARException()
     172                                return false
    173173                        } 
    174174                        // コードと比較する