1
0
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:
Thomas Edvalson
2016-10-06 16:36:05 -04:00
parent 1f9e16119f
commit 6debabe57e
2 changed files with 5 additions and 5 deletions

View File

@@ -516,7 +516,7 @@ MainLoop* test() {
{
Vector<int32_t> hashes;
Vector<int> hashes;
List<StringName> tl;
ObjectTypeDB::get_type_list(&tl);