Recent activity
Subscribe to this feed
Mike Cheng reported a problem in Modest Maps on March 31, 2009 21:22:
Bug: panMap parensIn the AS2 maps, the panMap parameters in panLeft (Map.as:418) and panRight (Map.as:428) are wrong. The parens are in the wrong places.
panMap(new Point(Math.round(distance/panFrames, 0)));
should be:
panMap(new Point(Math.round(distance/panFrames), 0));
Loading Profile...
