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
In debug builds, the origin seems to not always be set correctly, if also using a transform on the Svg2dBundle. It seems like the systems bevy_svg adds don't always run in the same order. I'm testing on bevy 13.2, using the bevy_svg from PR #38. With the default origin this isn't a problem.
This doesn't happen on release mode. Is this non-determinism expected in debug builds?
The text was updated successfully, but these errors were encountered:
Zizico2
changed the title
Oirign not always set in debug builds
Origin not always set in debug builds
Jun 21, 2024
In debug builds, the origin seems to not always be set correctly, if also using a transform on the
Svg2dBundle
. It seems like the systemsbevy_svg
adds don't always run in the same order. I'm testing on bevy13.2
, using thebevy_svg
from PR #38. With the default origin this isn't a problem.This doesn't happen on release mode. Is this non-determinism expected in debug builds?
The text was updated successfully, but these errors were encountered: