Bugfix. Set core and size on material change.

pull/2/head
miguel 2022-02-21 08:51:46 +11:00
rodzic d9712bd598
commit 9a10d61d4f
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -594,6 +594,7 @@
this.setMaterial = function (material) {
this.material = material;
this.mat = this.cores[this.material];
this.core = this.mat.size[this.size];
};
this.setSize = function (size) {