Skip to content

Do Not Iterate Multiple Inputs In Mechlab#1309

Open
LegendaryBlueShirt wants to merge 1 commit intomasterfrom
lbs/fix_shift_enter_bug
Open

Do Not Iterate Multiple Inputs In Mechlab#1309
LegendaryBlueShirt wants to merge 1 commit intomasterfrom
lbs/fix_shift_enter_bug

Conversation

@LegendaryBlueShirt
Copy link
Copy Markdown
Contributor

fixes #1303

if(i == NULL) {
return;
}
do {
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants