Re: [patch] sensible limits in the for-loops in simview.cc
Reply #16 –
cannot reproduce this 
could you please print the values of these variables:
const sint16 disp_width = display_get_width();
const sint16 disp_real_height = display_get_height();
const sint16 IMG_SIZE = get_tile_raster_width();
const int i_off = welt->get_world_position().x - disp_width/(2*IMG_SIZE) - disp_real_height/IMG_SIZE;
const int j_off = welt->get_world_position().y + disp_width/(2*IMG_SIZE) - disp_real_height/IMG_SIZE;
const int const_x_off = welt->get_x_off();
const int const_y_off = welt->get_y_off();