You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️Issues not using this template will be systematically closed.
Describe the bug
Using EntityManager.get().create(n) to create multiple entities at once, returns an int array of size n where all values are 0.
To Reproduce
Use EntityManager.get().create(n)
Expected behavior
I would expect the entities to have non-0 values and to be created, akin to
IntArray(n) {
EntityManager.get().create()
}
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
If applicable, copy full logs from your console here. Please do not
use screenshots of logs, copy them as text, use gist or attach an uncompressed file.
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
Emulator
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Using
EntityManager.get().create(n)
to create multiple entities at once, returns an int array of size n where all values are 0.To Reproduce
EntityManager.get().create(n)
Expected behavior
I would expect the entities to have non-0 values and to be created, akin to
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
If applicable, copy full logs from your console here. Please do not
use screenshots of logs, copy them as text, use gist or attach an uncompressed file.
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
Emulator
Additional context
N/A
The text was updated successfully, but these errors were encountered: