チェンジセット 3609
- コミット日時:
- 2010/03/26 01:33:07 (3 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/gunyarapaint/branches/gunyarapaint/framework/src/org/libspark/gunyarapaint/framework/commands/LineCommand.as
r3574 r3609 28 28 } 29 29 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; 35 35 } 36 36 }

