チェンジセット 3609

差分発生行の前後
無視リスト:
コミット日時:
2010/03/26 01:33:07 (3 年前)
コミッタ:
hkrn
ログメッセージ:

fixed a bug that draws incorrectly

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/gunyarapaint/branches/gunyarapaint/framework/src/org/libspark/gunyarapaint/framework/commands/LineCommand.as

    r3574 r3609  
    2828        } 
    2929         
    30         protected var s_readCoordinateX:int; 
    31         protected var s_readCoordinateY:int; 
    32         protected var s_writeCoordinateX:int; 
    33         protected var s_writeCoordinateY:int; 
    34         protected var m_compressedValue:int; 
     30        protected static var s_readCoordinateX:int; 
     31        protected static var s_readCoordinateY:int; 
     32        protected static var s_writeCoordinateX:int; 
     33        protected static var s_writeCoordinateY:int; 
     34        protected var m_compressedValue:uint; 
    3535    } 
    3636}