stoi out_of_range fix
This commit is contained in:
parent
9af18717f8
commit
3d4bfeb442
@ -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