• R/O
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

どうぶつしょうぎの完全解析をするGUI


コミットメタ情報

リビジョン31 (tree)
日時2015-07-22 17:34:11
作者bellyoshi

ログメッセージ

変更サマリ

差分

--- doubutu.UI.Form/Control/Board/BoardViewer.vb (revision 30)
+++ doubutu.UI.Form/Control/Board/BoardViewer.vb (revision 31)
@@ -478,6 +478,9 @@
478478 If koma = Form.Koma.Empty Then
479479 Exit Sub
480480 End If
481+ If _isBoardViewRotated Then
482+ koma = KomaUtil.OppositeKoma(koma)
483+ End If
481484 If _kyokumen.CapturedKomaCount(koma) <= 0 Then
482485 Exit Sub
483486 End If