mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	fixed matrix_setting::show_edit_option to display dim
This commit is contained in:
		| @@ -601,7 +601,7 @@ void color_setting::show_edit_option(int key) { | ||||
|   } | ||||
|  | ||||
| void matrix_setting::show_edit_option(int key) { | ||||
|   dialog::addMatrixItem(XLAT(menu_item_name), *value, key); | ||||
|   dialog::addMatrixItem(XLAT(menu_item_name), *value, key, dim); | ||||
|   dialog::add_action([this] () { | ||||
|     dialog::editMatrix(*value, XLAT(menu_item_name), help_text, dim); | ||||
|     if(sets) sets(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue