Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 2e5eeb0

Browse files
committed
Fix typo
1 parent ae1842a commit 2e5eeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Solution/source/Scripting/GTAvehicle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class GTAvehicle : public GTAentity
108108
void Speed_set(float value);
109109
void SetForwardSpeed(float value);
110110

111-
void MaxSpeed_set(flaot value);
111+
void MaxSpeed_set(float value);
112112

113113
float DirtLevel_get() const;
114114
void DirtLevel_set(float value);

0 commit comments

Comments
 (0)