Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MAFINS committed Dec 23, 2022
1 parent ae1842a commit 2e5eeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Solution/source/Scripting/GTAvehicle.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class GTAvehicle : public GTAentity
void Speed_set(float value);
void SetForwardSpeed(float value);

void MaxSpeed_set(flaot value);
void MaxSpeed_set(float value);

float DirtLevel_get() const;
void DirtLevel_set(float value);
Expand Down

0 comments on commit 2e5eeb0

Please sign in to comment.