increase build range

isolation_bkp/dynres
Dominik Madarász 2021-11-03 16:43:15 +01:00
parent 37cbaa4a3c
commit 51d60169b3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ void buildmode_draw(void) {
double dx = old_cam.x - cam.x;
double dy = old_cam.y - cam.y;
double dsq = (dx*dx + dy*dy);
bool is_outside_range = (dsq > zpl_square(WORLD_BLOCK_SIZE*8));
bool is_outside_range = (dsq > zpl_square(WORLD_BLOCK_SIZE*14));
if (build_submit_placements) {
build_submit_placements = false;