mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-25 10:25:42 +07:00
arc
This commit is contained in:
parent
a074010eb7
commit
c2d6076407
@ -421,7 +421,7 @@ public class Control implements ApplicationListener, Loadable{
|
||||
|
||||
//play tutorial on stop
|
||||
if(!settings.getBool("playedtutorial", false)){
|
||||
Core.app.post(() -> Core.app.post(this::playTutorial));
|
||||
//Core.app.post(() -> Core.app.post(this::playTutorial));
|
||||
}
|
||||
|
||||
//display UI scale changed dialog
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=a49c1c1da93e43d0afe43e565fc3a0800a5137a5
|
||||
archash=1209e8cb8ef99b3cc089758f536b771b49078278
|
||||
|
Loading…
Reference in New Issue
Block a user