You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed line 8 of Gameinfo.java from 7.5 to 0.5 for reviewing handicap games. public static final double DEFAULT_KOMI = 0.5;
Now komi works with 0.5 by default.
However, in panel UI mode, right-clicking on the suggested movement no longer allows "Add Suggestion As Branch".
Is there a good way to solve this problem?
The text was updated successfully, but these errors were encountered:
I changed line 8 of Gameinfo.java from 7.5 to 0.5 for reviewing handicap games.
public static final double DEFAULT_KOMI = 0.5;
Now komi works with 0.5 by default.
However, in panel UI mode, right-clicking on the suggested movement no longer allows "Add Suggestion As Branch".
Is there a good way to solve this problem?
The text was updated successfully, but these errors were encountered: