Fix VCTRL.exportAll returns userdata

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-25 00:54:11 +07:00
parent 680774a5d1
commit 8b76669fdf

View File

@@ -66,8 +66,7 @@ function control_type.button:export()
shape = self.shape,
key = self.key,
iconSize = self.iconSize,
alpha = self.alpha,
quad = self.quad
alpha = self.alpha
}
end
function control_type.button:reset()