Skip to content

Commit

Permalink
fix: [opengl] remove non-sealed modifier from GL
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Jan 9, 2025
1 parent 1364fe7 commit fd1c6ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* @author squid233
* @since 0.1.0
*/
public non-sealed class GL extends GL46 {
public class GL extends GL46 {
/// Creates an instance of OpenGL functions.
///
/// @param function a function that returns the address of specific OpenGL function
Expand Down

0 comments on commit fd1c6ba

Please sign in to comment.