mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-21 01:13:37 +08:00
No longer set cube pivot to 8,8,8 in java-block
This commit is contained in:
parent
398bb32e79
commit
99f4d901eb
@ -110,9 +110,6 @@ class Cube extends NonGroup {
|
||||
this.inflate = 0;
|
||||
this.rotation = [0, 0, 0];
|
||||
this.origin = [0, 0, 0];
|
||||
if (!Format.centered_grid) {
|
||||
this.origin.V3_set(8, 8, 8);
|
||||
}
|
||||
this.visibility = true;
|
||||
this.autouv = 0
|
||||
this.parent = 'root';
|
||||
|
Loading…
Reference in New Issue
Block a user