bug: Broken basalt.update() #56
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
basal.autoUpdate() works fine for me, however basalt.update() seems to be messing up events
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Given code being equivalent of autoUpdate (without drawFrames)
Additional context
I think it's due to xpcall not passing parameters in computercraft's lua version.
https://github.com/Pyroxenium/Basalt/blob/master/Basalt/main.lua#L409
Swapped my update for:
and it works fine now
Checklist
[ ] I am running the latest version.
Tick the box if you are running the latest version!
Hallo, thank you! I fixed the issue here: a97254d