Juice tweaks
This commit is contained in:
parent
c5e7f73fa6
commit
2ffbbfa5af
1 changed files with 1 additions and 1 deletions
|
|
@ -832,7 +832,7 @@ namespace gmtk
|
|||
map.world.apply<vertex const, transformer const>([&](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);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue