We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6646e commit 228e9efCopy full SHA for 228e9ef
src/main/java/tech/fastj/systems/control/Scene.java
@@ -3,13 +3,12 @@
3
import tech.fastj.graphics.display.Camera;
4
import tech.fastj.graphics.display.Display;
5
6
+import tech.fastj.input.InputManager;
7
import tech.fastj.systems.behaviors.BehaviorHandler;
8
import tech.fastj.systems.behaviors.BehaviorManager;
9
import tech.fastj.systems.tags.TagHandler;
10
import tech.fastj.systems.tags.TagManager;
11
-import tech.fastj.input.InputManager;
12
-
13
/**
14
* Class containing the logic for a specific section, or scene, of a game.
15
* <p>
0 commit comments