File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/main/java/eu/hansolo/spacefx Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
- name : Set up JDK 17
13
- uses : actions /setup-java@v1
13
+ uses : foojayio /setup-java@disco
14
14
with :
15
15
java-version : 17
16
16
architecture : x64
32
32
steps :
33
33
- uses : actions/checkout@v2
34
34
- name : Set up JDK 17
35
- uses : actions /setup-java@v1
35
+ uses : foojayio /setup-java@disco
36
36
with :
37
- java-version : 17
37
+ java-version : 17.0.1
38
38
architecture : x64
39
39
- name : Grant execute permission for gradlew
40
40
run : chmod +x gradlew
58
58
steps :
59
59
- uses : actions/checkout@v2
60
60
- name : Set up JDK 17
61
- uses : actions /setup-java@v1
61
+ uses : foojayio /setup-java@disco
62
62
with :
63
- java-version : 17
63
+ java-version : 17.0.1
64
64
architecture : x64
65
65
- name : Grant execute permission for gradlew
66
66
run : chmod +x gradlew
Original file line number Diff line number Diff line change @@ -383,8 +383,8 @@ public void init(Stage stage) {
383
383
lastStarBlast = System .nanoTime ();
384
384
lastBigTorpedoBonus = System .nanoTime ();
385
385
lastStarburstBonus = System .nanoTime ();
386
- // long deltaTime = FPS_60;
387
- long deltaTime = IS_BROWSER ? FPS_30 : FPS_60 ;
386
+ long deltaTime = FPS_60 ;
387
+ // long deltaTime = IS_BROWSER ? FPS_30 : FPS_60;
388
388
timer = new AnimationTimer () {
389
389
@ Override public void handle (final long now ) {
390
390
if (now > lastTimerCall ) {
You can’t perform that action at this time.
0 commit comments