@@ -98,6 +98,7 @@ void TreeTemplate::setMinHeight(int height)
void TreeTemplate::setMaxHeight(int height)
{
maxHeight = height;
+ setMaxSize(Framework::Vec3<int>(5, 5, maxHeight));
}
int TreeTemplate::getMinHeight() const