diff --git a/enginecustom/applicationclass.cpp b/enginecustom/applicationclass.cpp index c3e34d6..9f34040 100644 --- a/enginecustom/applicationclass.cpp +++ b/enginecustom/applicationclass.cpp @@ -400,6 +400,7 @@ bool ApplicationClass::Initialize(int screenWidth, int screenHeight, HWND hwnd) return false; } + } catch (const std::exception& e) { @@ -1884,7 +1885,6 @@ bool ApplicationClass::RenderPass(const std::vector