1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 23:50:29 +01:00

Changed CreateWaypointBlip method from public to private

This commit is contained in:
Rich Dunne 2020-08-30 15:34:56 -06:00
parent 774a2801fc
commit 92c444e9ea

View file

@ -213,7 +213,7 @@ namespace SceneManager
return convertedSpeed;
}
private static Blip CreateWaypointBlip(int pathIndex)
public static Blip CreateWaypointBlip(int pathIndex)
{
var spriteNumericalEnum = pathIndex + 17; // 17 because the numerical value of these sprites are always 17 more than the path index
var blip = new Blip(Game.LocalPlayer.Character.Position)