Skip to content

Commit d2da961

Browse files
committed
Merge pull request #86324 from aaronfranke/really-packed
Add PackedRealArray as an alias for Vector<real_t>
2 parents 5f64154 + 3f469ee commit d2da961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/variant/variant.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ typedef Vector<int32_t> PackedInt32Array;
7070
typedef Vector<int64_t> PackedInt64Array;
7171
typedef Vector<float> PackedFloat32Array;
7272
typedef Vector<double> PackedFloat64Array;
73+
typedef Vector<real_t> PackedRealArray;
7374
typedef Vector<String> PackedStringArray;
7475
typedef Vector<Vector2> PackedVector2Array;
7576
typedef Vector<Vector3> PackedVector3Array;

0 commit comments

Comments
 (0)