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