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
I think that's more of a latent bug, but it looks to me like Builder::decorateAndCompileIfRequired should, in case it's directed to create a cull node but cannot compute the bounds, return the 'subgraph' variable rather than its 'node' argument
So, basically, change line 252 from 'return node;' to 'return subgraph;'
The text was updated successfully, but these errors were encountered:
lufriem
added a commit
to lufriem/VulkanSceneGraph
that referenced
this issue
Mar 12, 2024
Sorry I thought I did, still trying to figure out git(hub). I came across this while reading through the code, I don't actually have any test code/data to force the code to run this particular execution branch.
I think that's more of a latent bug, but it looks to me like Builder::decorateAndCompileIfRequired should, in case it's directed to create a cull node but cannot compute the bounds, return the 'subgraph' variable rather than its 'node' argument
So, basically, change line 252 from 'return node;' to 'return subgraph;'
The text was updated successfully, but these errors were encountered: