Skip to content

Commit

Permalink
Merge pull request #71 from Over-Run/bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 authored Jan 9, 2025
2 parents 1364fe7 + fd1c6ba commit 88fcefb
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 88fcefb

Please sign in to comment.