Skip to content

Commit

Permalink
finish documenting an item
Browse files Browse the repository at this point in the history
  • Loading branch information
coderedart committed Jan 2, 2024
1 parent eef8fe4 commit a33ed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_render_glow/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub struct GlowConfig {
///
/// For more information, read <https://www.khronos.org/opengl/wiki/Debug_Output>
///
/// It is always possible to just set this to false, and s
/// It is always possible to just set this to false, and set the debugging yourself after creating glow context.
pub enable_debug: bool,
}
impl Default for GlowConfig {
Expand Down

0 comments on commit a33ed64

Please sign in to comment.