diff --git a/source/application.cpp b/source/application.cpp index 559cb9d..7faec43 100644 --- a/source/application.cpp +++ b/source/application.cpp @@ -832,7 +832,7 @@ namespace gmtk map.world.apply([&](vertex const & v, transformer const & t) { auto box = v.location.bbox(); - box = geom::expand(box, 0.125f * animation_factor(t.animate)); + box = geom::expand(box, 0.125f * animation_factor(t.animate) * box[0].length()); draw_structure(box, t, painter); });