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 --- scene/3d/room_instance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/3d/room_instance.h') diff --git a/scene/3d/room_instance.h b/scene/3d/room_instance.h index 8cdc908ceb..145589a780 100644 --- a/scene/3d/room_instance.h +++ b/scene/3d/room_instance.h @@ -82,7 +82,7 @@ public: NOTIFICATION_AREA_CHANGED=60 }; - virtual AABB get_aabb() const; + virtual Rect3 get_aabb() const; virtual PoolVector get_faces(uint32_t p_usage_flags) const; void set_room( const Ref& p_room ); -- cgit v1.2.3