Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Jul 1, 2021
1 parent 07b7898 commit 8e7374a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/altv-c-api/vehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ void Vehicle_SetWheelHealth(alt::IVehicle* vehicle, uint8_t wheelId, float healt
vehicle->SetWheelHealth(wheelId, health);
}

void SetWheelFixed(alt::IVehicle* vehicle, uint8_t wheelId) {
void Vehicle_SetWheelFixed(alt::IVehicle* vehicle, uint8_t wheelId) {
vehicle->SetWheelFixed(wheelId);
}

Expand Down

0 comments on commit 8e7374a

Please sign in to comment.