You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error while running event TLBE::on_gui_text_changed (ID 2)
TLBE/scripts/camera.lua:279: attempt to index local 'camera' (a string value)
stack traceback:
TLBE/scripts/camera.lua:279: in function 'setWidth'
TLBE/scripts/gui.lua:552: in function <__TLBE__/scripts/gui.lua:515>
Changing the width or height of an active camera causes the above error to occur. I tried a quick fix on my end and it seems to fix it and allow changes, but I don't have much lua experience and don't know much about parameter matching rules. You may want to take a closer look at this.
Thanks, you are 100% right on your deduction. I applied a similar fix as you did (I only created a local variable first, as done in the other functions)
Changing the width or height of an active camera causes the above error to occur. I tried a quick fix on my end and it seems to fix it and allow changes, but I don't have much lua experience and don't know much about parameter matching rules. You may want to take a closer look at this.
Likely caused by changes in commit d541a9b
The text was updated successfully, but these errors were encountered: