From e3b72b5e750d03abf7f219e157f1ba5319bd087f Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sat, 21 Jan 2023 16:17:08 +0100 Subject: [PATCH] Fix formatting of address debug Separator should be at the bottom. --- r5dev/engine/matsys_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/engine/matsys_interface.h b/r5dev/engine/matsys_interface.h index 85c95420..ce56202a 100644 --- a/r5dev/engine/matsys_interface.h +++ b/r5dev/engine/matsys_interface.h @@ -22,12 +22,12 @@ class VMatSys_Interface : public IDetour { virtual void GetAdr(void) const { - spdlog::debug("+----------------------------------------------------------------+\n"); spdlog::debug("| FUN: UpdateMaterialSystemConfig : {:#18x} |\n", p_UpdateMaterialSystemConfig.GetPtr()); spdlog::debug("| FUN: UpdateCurrentVideoConfig : {:#18x} |\n", p_UpdateCurrentVideoConfig.GetPtr()); spdlog::debug("| FUN: HandleConfigFile : {:#18x} |\n", p_HandleConfigFile.GetPtr()); spdlog::debug("| FUN: ResetPreviousGameState : {:#18x} |\n", p_ResetPreviousGameState.GetPtr()); spdlog::debug("| FUN: LoadPlayerConfig : {:#18x} |\n", p_LoadPlayerConfig.GetPtr()); + spdlog::debug("+----------------------------------------------------------------+\n"); } virtual void GetFun(void) const {