Cannot select tile palette in map editor #533
This commit is contained in:
parent
3517e080e3
commit
85198c9dfa
|
@ -1006,9 +1006,10 @@ static void copyFromClipboard(Map* map)
|
|||
static void processKeyboard(Map* map)
|
||||
{
|
||||
tic_mem* tic = map->tic;
|
||||
map->sheet.show = false;
|
||||
|
||||
if(tic->ram.input.keyboard.data == 0) return;
|
||||
|
||||
map->sheet.show = false;
|
||||
|
||||
bool shift = tic->api.key(tic, tic_key_shift);
|
||||
bool ctrl = tic->api.key(tic, tic_key_ctrl);
|
||||
|
|
Loading…
Reference in New Issue