From f0b5f22505f1ca62b95859dfef68d835fe7c36b3 Mon Sep 17 00:00:00 2001 From: Alessandro <66976091+alessandromrc@users.noreply.github.com> Date: Wed, 5 Oct 2022 11:27:52 +0200 Subject: [PATCH] added params to SET_SKIDMARK_RANGE_SCALE --- natives.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/natives.json b/natives.json index e45a133..f6c3932 100755 --- a/natives.json +++ b/natives.json @@ -22985,8 +22985,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "float", + "name": "scale" } ], "return_type": "void", @@ -117079,4 +117079,4 @@ "build": "323" } } -} \ No newline at end of file +}