ray:: config hotkey

This commit is contained in:
Zeno Rogue 2019-11-03 02:24:26 +01:00
parent c25de99e10
commit ffd1295d3a
1 changed files with 1 additions and 1 deletions

View File

@ -1587,7 +1587,7 @@ EX void show3D() {
}
if(GDIM == 3) {
dialog::addItem(XLAT("configure raycasting"), 'C');
dialog::addItem(XLAT("configure raycasting"), 'A');
dialog::add_action_push(ray::configure);
}