Changed type to make it work on x32 architecture.

This commit is contained in:
zero13cool
2021-01-05 01:17:18 +00:00
parent c13bb0b541
commit 9f3d7d9709
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5029,7 +5029,7 @@
"name": "godot_string_humanize_size",
"return_type": "godot_string",
"arguments": [
["size_t", "p_size"]
["uint64_t", "p_size"]
]
},
{