From e4308b47c1c4af26cd4ea3d6142a3a97c337a43e Mon Sep 17 00:00:00 2001 From: hYdos Date: Tue, 3 Mar 2020 16:35:58 +1000 Subject: [PATCH] HOW --- .../com/github/hydos/ginger/engine/opengl/utils/GLLoader.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/github/hydos/ginger/engine/opengl/utils/GLLoader.java b/src/main/java/com/github/hydos/ginger/engine/opengl/utils/GLLoader.java index 0d10c85..619947a 100644 --- a/src/main/java/com/github/hydos/ginger/engine/opengl/utils/GLLoader.java +++ b/src/main/java/com/github/hydos/ginger/engine/opengl/utils/GLLoader.java @@ -1,3 +1,4 @@ + package com.github.hydos.ginger.engine.opengl.utils; import java.nio.*; @@ -250,4 +251,4 @@ public class GLLoader GL15.glBufferSubData(GL15.GL_ARRAY_BUFFER, 0, buffer); GL15.glBindBuffer(GL15.GL_ARRAY_BUFFER, 0); } -} +} \ No newline at end of file