Use int instead of int32_t for Vectors

This commit is contained in:
Thomas Edvalson
2016-10-06 16:51:19 -04:00
parent 1f9e16119f
commit 6debabe57e
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -516,7 +516,7 @@ MainLoop* test() {
{
Vector<int32_t> hashes;
Vector<int> hashes;
List<StringName> tl;
ObjectTypeDB::get_type_list(&tl);