From 99f4d901eb9fa89073b59719d3a884a3d0982098 Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Sun, 3 Jan 2021 11:14:56 +0100 Subject: [PATCH] No longer set cube pivot to 8,8,8 in java-block --- js/outliner/cube.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/outliner/cube.js b/js/outliner/cube.js index e5ba2bab..95703c03 100644 --- a/js/outliner/cube.js +++ b/js/outliner/cube.js @@ -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';