• R/O
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

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


Commit MetaInfo

修訂31 (tree)
時間2015-07-22 17:34:11
作者bellyoshi

Log Message

Change Summary

差異

--- 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