From bc26f905817945300d397696330d1ab04a1af33c Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 11 Jan 2017 00:52:51 -0300 Subject: Type renames: Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray --- core/resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/resource.h') diff --git a/core/resource.h b/core/resource.h index 8b73bcdc57..284c59e1a8 100644 --- a/core/resource.h +++ b/core/resource.h @@ -60,7 +60,7 @@ class ResourceImportMetadata : public Reference { Map options; - StringArray _get_options() const; + PoolStringArray _get_options() const; protected: -- cgit v1.2.3