Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix arbitrary "additional" table when not specified. #2

Closed
MrLixm opened this issue Mar 1, 2022 · 1 comment
Closed

Fix arbitrary "additional" table when not specified. #2

MrLixm opened this issue Mar 1, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@MrLixm
Copy link
Owner

MrLixm commented Mar 1, 2022

On the instancing.data.arbitrary attribute. If the 5th column for the additional table is not specified an error is raised where something is excepting a table.
Reproduce the error again and fix it.

@MrLixm MrLixm added the bug Something isn't working label Mar 1, 2022
@MrLixm
Copy link
Owner Author

MrLixm commented Mar 1, 2022

Error line151 for hierarchical :

arbtr_data = arbtr_data["additional"]  -- type: table
for addit_target, addit_value in pairs(arbtr_data) do
    self:add(addit_target, addit_value)
end

arbtr_data was just not expected to be nil

@MrLixm MrLixm closed this as completed in 3212706 Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant