Fixed bug in introduction of NS.

svn-id: r34941
This commit is contained in:
Nicola Mettifogo 2008-11-09 02:39:28 +00:00
parent 3eeece6a25
commit f076b5e034

View File

@ -476,7 +476,7 @@ void Parallaction_ns::_c_sketch(void *parm) {
newx = _rightHandPositions[2*index];
}
Graphics::drawLine(oldx, oldy, newx, newy, 0, zeroMask, &_gfx->_backgroundInfo);
Graphics::drawLine(oldx, oldy, newx, newy, 0, zeroMask, _gfx->_backgroundInfo);
_rightHandAnim->setX(newx);
_rightHandAnim->setY(newy - 20);