BoatAttack icon indicating copy to clipboard operation
BoatAttack copied to clipboard

NullReferenceException

Open SiMaLaoShi opened this issue 2 years ago • 1 comments

image image

SiMaLaoShi avatar May 11 '23 03:05 SiMaLaoShi

It's an easy fix by adding the following to the OnDrawGizmos() function if (_pathPoint == null) return;

VengantMjolnir avatar Oct 20 '23 05:10 VengantMjolnir