var _xx = x; var _yy = y; x = round(x); y = round(y); draw_self(); if (draw_func != -1) draw_func(); x = _xx; y = _yy;