There is a small problem that happened to me after I installed one of the last builds.
local r = display.newRect(0, 0, 100, 100)
r.i = 1
r.j = 1
print(r.i, r.j)
–output will be
–0, 1
I can’t understand what happens.
There is a small problem that happened to me after I installed one of the last builds.
local r = display.newRect(0, 0, 100, 100)
r.i = 1
r.j = 1
print(r.i, r.j)
–output will be
–0, 1
I can’t understand what happens.
Hi @egornov1988,
I see the same results between #2393 and #2496. We’re checking into it.
Thanks,
Brent
There’s a regression introduced in 2489 in which custom properties stop working in certain situations. This looks to be a casualty of that bug, and if so, we’ve got a fix coming. In the mean time, try 2484 or earlier.
I was ripping my hair out on this one. Thanks for yanking all of the daily builds that were affected. I was working backwards a few days ago trying to figure out which build was “safe.”
2499 just published which should address this bug.
Rob
Hi @egornov1988,
I see the same results between #2393 and #2496. We’re checking into it.
Thanks,
Brent
There’s a regression introduced in 2489 in which custom properties stop working in certain situations. This looks to be a casualty of that bug, and if so, we’ve got a fix coming. In the mean time, try 2484 or earlier.
I was ripping my hair out on this one. Thanks for yanking all of the daily builds that were affected. I was working backwards a few days ago trying to figure out which build was “safe.”
2499 just published which should address this bug.
Rob