Skip to content

Commit 228e9ef

Browse files
committed
reordered imports
1 parent 6c6646e commit 228e9ef

File tree

1 file changed

+1
-2
lines changed
  • src/main/java/tech/fastj/systems/control

1 file changed

+1
-2
lines changed

src/main/java/tech/fastj/systems/control/Scene.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
import tech.fastj.graphics.display.Camera;
44
import tech.fastj.graphics.display.Display;
55

6+
import tech.fastj.input.InputManager;
67
import tech.fastj.systems.behaviors.BehaviorHandler;
78
import tech.fastj.systems.behaviors.BehaviorManager;
89
import tech.fastj.systems.tags.TagHandler;
910
import tech.fastj.systems.tags.TagManager;
1011

11-
import tech.fastj.input.InputManager;
12-
1312
/**
1413
* Class containing the logic for a specific section, or scene, of a game.
1514
* <p>

0 commit comments

Comments
 (0)