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);
|
position[ax] = std::stoi(text);
|
||||||
player->teleport(position);
|
player->teleport(position);
|
||||||
} catch (std::invalid_argument& _){
|
} catch (std::invalid_argument& _){
|
||||||
|
} catch (std::out_of_range & _) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
box->setOnEditStart([=](){
|
box->setOnEditStart([=](){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user