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
Fixing not being able to spawn into crash gym. We were doing a cast on the game state to a specific derived game state. This was done only to access a component. We now just look for the component on the base game state. (#137)
0 commit comments