Closed hpsoar closed 11 years ago
in offsetWithPercentage: else if (offset > width) offset = 1.0; i think should be ... offset = width.
though this line of code seems to never execute
Nice catch thanks :+1:
in offsetWithPercentage: else if (offset > width) offset = 1.0; i think should be ... offset = width.
though this line of code seems to never execute