Changed type to make it work on x32 architecture.
This commit is contained in:
@@ -5029,7 +5029,7 @@
|
||||
"name": "godot_string_humanize_size",
|
||||
"return_type": "godot_string",
|
||||
"arguments": [
|
||||
["size_t", "p_size"]
|
||||
["uint64_t", "p_size"]
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user