Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijub committed Apr 5, 2024
1 parent f6ffd9b commit dde824d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use space_editor_ui::{game_mode_changed, settings::GameModeSettings, simple_edit

fn main() {
// Backtrace only supported on unix
#[cfg(feature = "backtrace")]
// #[cfg(feature = "backtrace")]
unsafe {
backtrace_on_stack_overflow::enable()
};
Expand Down

0 comments on commit dde824d

Please sign in to comment.