mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-17 16:20:13 +08:00
4.1 beta 1 [ci-build]
This commit is contained in:
parent
f6ab00f2d2
commit
aa37246d50
@ -25,7 +25,7 @@
|
||||
<script>
|
||||
if (typeof module === 'object') {window.module = module; module = undefined;}//jQuery Fix
|
||||
const isApp = typeof require !== 'undefined';
|
||||
const appVersion = '4.1.0-beta.0';
|
||||
const appVersion = '4.1.0-beta.1';
|
||||
|
||||
|
||||
if (localStorage.getItem('theme')) {
|
||||
|
@ -707,7 +707,6 @@ class Cube extends OutlinerElement {
|
||||
}
|
||||
this.preview_controller.updateGeometry(this);
|
||||
TickUpdates.selection = true;
|
||||
console.log(this.size())
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Blockbench",
|
||||
"description": "Low-poly modeling and animation software",
|
||||
"version": "4.1.0-beta.0",
|
||||
"version": "4.1.0-beta.1",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"author": {
|
||||
"name": "JannisX11",
|
||||
|
Loading…
Reference in New Issue
Block a user