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

TypeError: undefined has no properties in compare_entities? #62

Open
1j01 opened this issue Sep 2, 2024 · 0 comments
Open

TypeError: undefined has no properties in compare_entities? #62

1j01 opened this issue Sep 2, 2024 · 0 comments
Labels

Comments

@1j01
Copy link
Owner

1j01 commented Sep 2, 2024

I got some warnings when running create_arrow_test_scene() in the console, in a non-empty world, and then when I went into edit mode I got an error TypeError: undefined has no properties

It's supposedly happening here:

            for (k = 0, len = relative_sorts.length; k < len; k++) {

in compare_entities
but relative_sorts looks fine, it's an array of length 7. And that's the only property access on that line.
Maybe a bug with Firefox dev tools?

@1j01 1j01 added the bug label Sep 2, 2024
@1j01 1j01 changed the title TypeError: undefined has no properties TypeError: undefined has no properties in compare_entities? Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant