Color with alpha constructor

This commit is contained in:
Aaron Franke 2019-07-18 20:15:39 -04:00
parent 92d4a0cbd2
commit 90df1d67cb
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
5 changed files with 41 additions and 7 deletions

View file

@ -102,11 +102,6 @@ String Variant::get_type_name(Variant::Type p_type) {
return "Plane";
} break;
/*
case QUAT: {
} break;*/
case AABB: {
return "AABB";