Skip to content

Conversation

@LegendaryBlueShirt
Copy link
Contributor

fixes #1303

if(i == NULL) {
return;
}
do {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could also make this a while() where we check the scene isn't changing?

@Vagabond
Copy link
Member

Perhaps a better way is to prevent switching scenes while we're switching scenes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Game crashes to desktop when entering arena.

3 participants