CarlaWheeledVehicle: Fix bad spelling

This commit is contained in:
Daniel Santos-Olivan 2021-09-13 12:14:18 +02:00 committed by bernat
parent d5db7570be
commit d814312d63
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ enum class EVehicleDoor : uint8 {
RL = 2,
RR = 3,
Hood = 4,
Truck = 5,
Trunk = 5,
All = 6
};