Skip to content

Commit

Permalink
feat(api): [opengl] open access to GL.java
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Jan 3, 2025
1 parent e782b04 commit 4890478
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 final class GL extends GL46 {
public non-sealed 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 4890478

Please sign in to comment.