Skip to content

Commit

Permalink
Removed not used imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zzuegg committed Oct 28, 2024
1 parent 9661698 commit 568fd4b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.jme3.app.SimpleApplication;
import com.jme3.asset.AssetManager;
import com.jme3.light.LightList;
import com.jme3.material.Material;
import com.jme3.material.RenderState;
import com.jme3.math.ColorRGBA;
Expand All @@ -17,8 +16,6 @@
import com.jme3.scene.shape.Box;
import com.jme3.system.AppSettings;
import com.jme3.texture.Image;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GL20;

import java.util.logging.Level;
import java.util.logging.Logger;
Expand Down

0 comments on commit 568fd4b

Please sign in to comment.