Skip to content

Engine: fix _do_select_candidate out of bound cases

Koala Yeung requested to merge fix/do-number-zero into main
  • 0 is not a valid number to use in candidate selection. Ignore.
  • Out of bound selection should be handled correctly, which is to be ignored totally.
  • Fix #72 (closed).

Merge request reports