Skip to content

Commit

Permalink
fix glfw samples
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed May 8, 2024
1 parent 05a45cd commit c197a4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions glfw/glfw_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ sg_environment glfw_environment(void) {
.depth_format = _no_depth_buffer ? SG_PIXELFORMAT_NONE : SG_PIXELFORMAT_DEPTH_STENCIL,
.sample_count = _sample_count,
},
.gl = {
.major_version = _major_version,
.minor_version = _minor_version,
}
};
}

Expand Down

0 comments on commit c197a4c

Please sign in to comment.