-
|
Getting OOM in a scene that has mainly shape casts and collide shape queries. Trying to find the source of the leak. Does |
Beta Was this translation helpful? Give feedback.
Answered by
jrouwe
May 20, 2025
Replies: 1 comment 1 reply
-
|
It is returning Line 770 in 0a5d19c You don't need to free it. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LeXXik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is returning
[Value]which means internally it keeps memory that it reuses every time you call the function:JoltPhysics.js/JoltJS.idl
Line 770 in 0a5d19c
You don't need to free it.