1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-20 21:08:42 +03:00

Arc update trigger

This commit is contained in:
Anuken 2019-09-15 17:55:33 -04:00
parent 5ba7e1d08b
commit afb47344c6
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ public class MusicControl{
}
/** Plays a music track once and only once. If something is already playing, does nothing.*/
private void playOnce(@NonNull Music music){
private void playOnce(Music music){
if(current != null || music == null) return; //do not interrupt already-playing tracks
//save last random track played to prevent duplicates

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=e16966ad08f414e4f40561f68b2803ef8eff43ca
archash=adfc26454439b6e3a9978474e685f68f38f2b137