Remove unused import

This commit is contained in:
Sebastian Cabrera 2024-03-28 21:39:08 -04:00
parent 18e54ffa75
commit fcb70f0b7c

View file

@ -2,7 +2,6 @@ package dev.bangbang.loom;
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application;
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3ApplicationConfiguration;
import dev.bangbang.loom.Game;
// Please note that on macOS your application needs to be started with the -XstartOnFirstThread JVM argument
public class DesktopLauncher {