Fixed #10253
This commit is contained in:
@@ -654,7 +654,7 @@ public class Schematics implements Loadable{
|
|||||||
|
|
||||||
private static Schematic rotated(Schematic input, boolean counter){
|
private static Schematic rotated(Schematic input, boolean counter){
|
||||||
int direction = Mathf.sign(counter);
|
int direction = Mathf.sign(counter);
|
||||||
Schematic schem = input == tmpSchem ? tmpSchem2 : tmpSchem2;
|
Schematic schem = input == tmpSchem ? tmpSchem2 : tmpSchem;
|
||||||
schem.width = input.width;
|
schem.width = input.width;
|
||||||
schem.height = input.height;
|
schem.height = input.height;
|
||||||
Pools.freeAll(schem.tiles);
|
Pools.freeAll(schem.tiles);
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ org.gradle.caching=true
|
|||||||
org.gradle.internal.http.socketTimeout=100000
|
org.gradle.internal.http.socketTimeout=100000
|
||||||
org.gradle.internal.http.connectionTimeout=100000
|
org.gradle.internal.http.connectionTimeout=100000
|
||||||
android.enableR8.fullMode=false
|
android.enableR8.fullMode=false
|
||||||
archash=dd60085a9d
|
archash=c1e3b23ddd
|
||||||
|
|||||||
Reference in New Issue
Block a user