diff --git a/src/debugwindow.cpp b/src/debugwindow.cpp index 70ab802..f6e7977 100644 --- a/src/debugwindow.cpp +++ b/src/debugwindow.cpp @@ -121,7 +121,9 @@ namespace debug{ std::any_cast(parameters.at("update_chunks_bucket"))); } }catch(const std::bad_any_cast& e){ - std::cout << e.what(); + std::cout << e.what() << std::endl; + }catch(const std::out_of_range& e){ + std::cout << e.what() << std::endl; } ImGui::End();