atlarge-research / opencraft

Other
5 stars 2 forks source link

setScale in GlowAgeable makes the boundingbox of the entity size 0 #90

Closed jdonkervliet closed 4 years ago

jdonkervliet commented 4 years ago

In GitLab by @julian9499 on May 27, 2020, 17:01

 protected final void setScale(float scale) {
        setSize(height * scale, width * scale);
    }

This method causes it

jdonkervliet commented 4 years ago

In GitLab by @julian9499 on May 27, 2020, 17:02

changed the description

jdonkervliet commented 4 years ago

In GitLab by @julian9499 on May 27, 2020, 17:02

changed the description

jdonkervliet commented 4 years ago

In GitLab by @swabbur on May 30, 2020, 21:06

closed