Skip to content

Commit 88fcefb

Browse files
authored
Merge pull request #71 from Over-Run/bugfix
2 parents 1364fe7 + fd1c6ba commit 88fcefb

File tree

1 file changed

+1
-1
lines changed
  • modules/overrungl.opengl/src/main/java/overrungl/opengl

1 file changed

+1
-1
lines changed

modules/overrungl.opengl/src/main/java/overrungl/opengl/GL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @author squid233
2323
* @since 0.1.0
2424
*/
25-
public non-sealed class GL extends GL46 {
25+
public class GL extends GL46 {
2626
/// Creates an instance of OpenGL functions.
2727
///
2828
/// @param function a function that returns the address of specific OpenGL function

0 commit comments

Comments
 (0)