Skip to content

Commit

Permalink
Remove lwjgl debugging arg (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
qtchaos authored Dec 28, 2023
1 parent ef8b525 commit f6a6977
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion theseus/src/launcher/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ pub fn get_jvm_arguments(
parsed_arguments.push(arg);
}
}
parsed_arguments.push("-Dorg.lwjgl.util.Debug=true".to_string());

Ok(parsed_arguments)
}
Expand Down

0 comments on commit f6a6977

Please sign in to comment.