this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix changing tile in map editor changes tool for real (#2637)

authored by

Miguel and committed by
GitHub
3d0780ef b33e5163

-4
-4
src/studio/editors/map.c
··· 466 466 s32 rb = MAX(my, map->sheet.start.y); 467 467 468 468 map->sheet.rect = (tic_rect){rl, rt, rr-rl+1, rb-rt+1}; 469 - 470 - map->mode = MAP_DRAW_MODE; 471 469 } 472 470 else 473 471 { ··· 1220 1218 1221 1219 return tic_api_keyp(tic, key, -1, -1); 1222 1220 } 1223 - 1224 - // tic_api_key(tic, 1225 1221 1226 1222 static void processKeyboard(Map* map) 1227 1223 {