mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 07:07:03 +07:00
Fixed logic scrolling lock
This commit is contained in:
parent
ca864655d1
commit
a814b799e0
@ -58,7 +58,6 @@ public class LCanvas extends Table{
|
||||
Core.app.post(() -> {
|
||||
pane.setScrollPercentY(s);
|
||||
pane.updateVisualScroll();
|
||||
pane.requestScroll();
|
||||
});
|
||||
|
||||
if(toLoad != null){
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=5cb55f4ea472e4859b3b1528e09a93b4662628e7
|
||||
archash=b060d88aea1d6e659ee09f54bdf4964c5688d40b
|
||||
|
Loading…
Reference in New Issue
Block a user