From c5de18a9b37ebd66f6b04e3ef984f3b374b9fba9 Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Sun, 12 Jan 2025 18:40:23 +0100 Subject: [PATCH] Patch - Logger opti --- enginecustom/applicationclass.cpp | 2 +- enginecustom/applicationclass.h | 5 +++-- enginecustom/imgui.ini | 2 +- enginecustom/inputclass.cpp | 10 ---------- 4 files changed, 5 insertions(+), 14 deletions(-) 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