mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 17:34:00 +07:00
Fixed #10253
This commit is contained in:
parent
a195548b41
commit
a7c3ce5d8c
@ -654,7 +654,7 @@ public class Schematics implements Loadable{
|
||||
|
||||
private static Schematic rotated(Schematic input, boolean counter){
|
||||
int direction = Mathf.sign(counter);
|
||||
Schematic schem = input == tmpSchem ? tmpSchem2 : tmpSchem2;
|
||||
Schematic schem = input == tmpSchem ? tmpSchem2 : tmpSchem;
|
||||
schem.width = input.width;
|
||||
schem.height = input.height;
|
||||
Pools.freeAll(schem.tiles);
|
||||
|
@ -26,4 +26,4 @@ org.gradle.caching=true
|
||||
org.gradle.internal.http.socketTimeout=100000
|
||||
org.gradle.internal.http.connectionTimeout=100000
|
||||
android.enableR8.fullMode=false
|
||||
archash=dd60085a9d
|
||||
archash=c1e3b23ddd
|
||||
|
Loading…
Reference in New Issue
Block a user