You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Use int instead of int32_t for Vectors
This commit is contained in:
@@ -516,7 +516,7 @@ MainLoop* test() {
|
||||
|
||||
{
|
||||
|
||||
Vector<int32_t> hashes;
|
||||
Vector<int> hashes;
|
||||
List<StringName> tl;
|
||||
ObjectTypeDB::get_type_list(&tl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user