Make GLFWCapableBuffer public for devs to extend if wanted

This commit is contained in:
jglrxavpok 2020-08-13 13:54:57 +02:00
parent ce509b2bc6
commit c0aec9b8b2

View File

@ -17,7 +17,7 @@ import static org.lwjgl.glfw.GLFW.*;
import static org.lwjgl.glfw.GLFW.glfwTerminate;
import static org.lwjgl.opengl.GL11.*;
abstract class GLFWCapableBuffer {
public abstract class GLFWCapableBuffer {
protected final byte[] colors;
private final ByteBuffer pixels;