Skin: debloat geometry in constructor directly

This commit is contained in:
Dylan K. Taylor
2019-05-27 16:45:55 +01:00
parent 89242543b9
commit 2720ff9607
2 changed files with 17 additions and 15 deletions

View File

@ -160,7 +160,6 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{
*/
public function setSkin(Skin $skin) : void{
$this->skin = $skin;
$this->skin->debloatGeometryData();
}
/**