Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So the Lua FFI seems to already take care of converting C `bool` to a Lua `boolean`. Comparing it with 1 means that Boolean values always end up `false`. Just remove the comparison and this fixes it.
- Loading branch information