Merge branch 'main' into worldwide-refactor
This commit is contained in:
commit
9310454271
@ -105,6 +105,7 @@ std::shared_ptr<UINode> create_debug_panel(
|
||||
position[ax] = std::stoi(text);
|
||||
player->teleport(position);
|
||||
} catch (std::invalid_argument& _){
|
||||
} catch (std::out_of_range & _) {
|
||||
}
|
||||
});
|
||||
box->setOnEditStart([=](){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user