Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
MetatransApps committed Jun 20, 2024
1 parent 6a24b0a commit fffc048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected int phase2() {
actualWhitePlayerEval = -actualWhitePlayerEval;
}

return (int) actualWhitePlayerEval;
return actualWhitePlayerEval;
}


Expand Down

0 comments on commit fffc048

Please sign in to comment.