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

Adding Parallel = true to query makes it only work for static functions. #237

Open
emelrad12 opened this issue Sep 30, 2024 · 1 comment
Labels
Arch.Extended This feature targets Arch.Extended bug Something isn't working

Comments

@emelrad12
Copy link
Contributor

Example this works

[Query(Parallel = false)]
private void SomeQuery(in Entity entity)
{
  this.somethng
}

but this doesnt

[Query(Parallel = true)]
private void SomeQuery(in Entity entity)
{
  this.somethng
}

This behavior should not happen just by switching the parallel options

@genaray genaray added bug Something isn't working Arch.Extended This feature targets Arch.Extended labels Oct 8, 2024
@genaray
Copy link
Owner

genaray commented Oct 8, 2024

Not released yet, will follow once Arch 1.3.0 is released :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch.Extended This feature targets Arch.Extended bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants