Skip to content

Commit 098af33

Browse files
committed
make it able to compile
1 parent b11e937 commit 098af33

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.gradle
22
.idea
33
out
4-
*.iml
4+
*.iml
5+
build

src/main/java/valoeghese/scalpel/util/GLUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package valoeghese.scalpel.util;
22

3-
import tk.valoeghese.fc0.client.render.system.Window;
3+
import valoeghese.scalpel.Window;
44

55
import static org.lwjgl.glfw.GLFW.*;
66
import static org.lwjgl.opengl.GL.createCapabilities;

0 commit comments

Comments
 (0)