pushed
zhengqunkoo/taxibros • 5:02 AM - Aug 4, 2018
In a previous update, the genLoc function signature was updated with a new isCreate parameter, but unfortunately one of the function calls wasn't updated to match. This caused all 14 subsequent arguments to be offset by one, passing the wrong values to the function and silently breaking location generation. We've added the missing boolean argument to the visualizePickup function call, restoring the correct argument mapping and behavior for pickup rendering.
