mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
Fix bug with UDim aggregate init
This commit is contained in:
parent
f39774082a
commit
e6a6eff821
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ local aggregates = {}
|
||||||
for i, v in next, {
|
for i, v in next, {
|
||||||
Vector2 = Vector2,
|
Vector2 = Vector2,
|
||||||
UDim2 = UDim2,
|
UDim2 = UDim2,
|
||||||
UDim = UDim2,
|
UDim = UDim,
|
||||||
Rect = Rect,
|
Rect = Rect,
|
||||||
Color3 = Color3
|
Color3 = Color3
|
||||||
} do
|
} do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue