diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-01-05 10:30:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 10:30:16 +0100 |
commit | 43a2955e234d2719a44a20653b9bc5439f045fed (patch) | |
tree | 208f4a1cce329e1fef5a01111d1dbac5579a71f7 /modules/gdnative/gdnative_api.json | |
parent | 9cb78a67705cf7e4960d4eccf841f565de33bd82 (diff) | |
parent | 9f3d7d970921ea89de7186dba649fc4ebb401b7a (diff) |
Merge pull request #44926 from zerc/fix-string-humanize-size-test
Changed type to make it work on x32 architecture.
Diffstat (limited to 'modules/gdnative/gdnative_api.json')
-rw-r--r-- | modules/gdnative/gdnative_api.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index e104c77eae..a29a0808ca 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -5029,7 +5029,7 @@ "name": "godot_string_humanize_size", "return_type": "godot_string", "arguments": [ - ["size_t", "p_size"] + ["uint64_t", "p_size"] ] }, { |