fix: correct check for max game depth
Modifies the FDG constructor to correctly check that the splitDepth +1 is gte the max game depth. Means that the splitDepth is now limited to be 1 smaller than it was before. Fine in prod but avoids a bug in the trace ancestor lookup logic.
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment