small refactor

This commit is contained in:
2025-03-20 14:40:32 +01:00
parent faa92d09de
commit 0c35c38ccd
3 changed files with 5 additions and 17 deletions

View File

@@ -5,9 +5,6 @@ import org.lwjgl.glfw.*;
import org.lwjgl.opengl.*;
import org.lwjgl.system.*;
import chess.render.Camera;
import chess.render.Renderer;
import java.nio.*;
import static org.lwjgl.glfw.Callbacks.*;