Skip to content

Commit

Permalink
bugfix: add break to avoid infinite loop if physics_process is hit be…
Browse files Browse the repository at this point in the history
…fore channel exists
  • Loading branch information
AsbjornOlling committed Nov 25, 2024
1 parent 814e514 commit 0813481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nobodywho/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ macro_rules! emit_tokens {
godot_error!("Unexpected: Model channel disconnected");
}
}
} else {
break;
}
}
}};
Expand Down

0 comments on commit 0813481

Please sign in to comment.