Skip to content

Commit

Permalink
fix: set direction for marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Nov 29, 2023
1 parent b939824 commit fa482da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c-api/entities/marker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void Marker_SetDirection(alt::IMarker* marker, position_t dir)
markerDir.x = dir.x;
markerDir.y = dir.y;
markerDir.z = dir.z;
marker->SetScale(markerDir);
marker->SetDirection(markerDir);
}

uint32_t Marker_GetStreamingDistance(alt::IMarker* marker)
Expand Down

0 comments on commit fa482da

Please sign in to comment.