mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Fix test text property
This commit is contained in:
parent
a54248c360
commit
ad4480b4cd
1 changed files with 3 additions and 1 deletions
|
|
@ -1268,7 +1268,9 @@ TEST("spring()", function()
|
||||||
local output = spring(input, 1, 1)
|
local output = spring(input, 1, 1)
|
||||||
|
|
||||||
local _label = create "TextLabel" {
|
local _label = create "TextLabel" {
|
||||||
Text = output
|
Text = function()
|
||||||
|
return tostring(output())
|
||||||
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
local wref = { output }
|
local wref = { output }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue