Let awareness images replay over and over

This commit is contained in:
2014-06-15 19:53:36 -07:00
parent 89d59c38b6
commit 21c37827a0

View File

@@ -630,7 +630,7 @@ function stringSize(str, font)
w = o.width(),
h = o.height();
hstep = 0;
newlines = str.split("\n").length;
newlines = Math.min(1, str.split("\n").length);
if ( newlines > 1 )
hstep = 5;
o.remove();