In the video, @ben removes some parameters from SuggestProjectileVelocity
. This still compiles, but it’s only by luck. The enum DoNotTrace
is effectively equal to 0, so it slots right into the bool bHighArc
parameter as false
. Hopefully this has been corrected in a future video.
Edit: Nevermind, I checked the git changes and it eventually gets fixed in lecture 134. Fantastic!