135136137138139140141142143144145
c.y = _position_y; _position = false; } if (_velocity) { Velocity c = velocityMapper.get(e); c.x = _velocity_x; c.y = _velocity_y; _velocity = false; }