diff options
| author | Thomas Edvalson | 2016-10-06 16:36:05 -0400 |
|---|---|---|
| committer | Thomas Edvalson | 2016-10-06 16:51:19 -0400 |
| commit | 6debabe57eaff1bf59d04b84eb56ffdef2a2957f (patch) | |
| tree | 10fd2fef227b5173ccabba962a0e4d991b83e236 /bin/tests/test_math.cpp | |
| parent | 1f9e16119f2b17fa507bdee8529459ed91f27b8c (diff) | |
| download | godot-6debabe57eaff1bf59d04b84eb56ffdef2a2957f.tar.gz godot-6debabe57eaff1bf59d04b84eb56ffdef2a2957f.tar.zst godot-6debabe57eaff1bf59d04b84eb56ffdef2a2957f.zip | |
Diffstat (limited to 'bin/tests/test_math.cpp')
| -rw-r--r-- | bin/tests/test_math.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tests/test_math.cpp b/bin/tests/test_math.cpp index e5667bff6..9329002f7 100644 --- a/bin/tests/test_math.cpp +++ b/bin/tests/test_math.cpp @@ -516,7 +516,7 @@ MainLoop* test() { { - Vector<int32_t> hashes; + Vector<int> hashes; List<StringName> tl; ObjectTypeDB::get_type_list(&tl); |
