fixed ClassDB inconsistencies

fixes #7960
This commit is contained in:
Karroffel 2017-03-13 16:45:27 +01:00
parent af550e2f98
commit 6ab3213a55
8 changed files with 23 additions and 23 deletions

View file

@ -166,7 +166,7 @@ String Variant::get_type_name(Variant::Type p_type) {
} break;
case POOL_REAL_ARRAY: {
return "PoolFloatArray";
return "PoolRealArray";
} break;
case POOL_STRING_ARRAY: {