From 7e3f2e0900cf40d66749f9011ce69185af0b8576 Mon Sep 17 00:00:00 2001 From: Detanup01 <91248446+Detanup01@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:56:54 +0200 Subject: [PATCH] i hate myself --- dll/flat.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dll/flat.cpp b/dll/flat.cpp index eeef79b8..777f911a 100644 --- a/dll/flat.cpp +++ b/dll/flat.cpp @@ -1285,8 +1285,9 @@ STEAMAPI_API steam_bool SteamAPI_ISteamUtils_DismissFloatingGamepadTextInput( IS } return (ptr)->DismissFloatingGamepadTextInput(); +} - STEAMAPI_API steam_bool SteamAPI_ISteamUtils_DismissGamepadTextInput( ISteamUtils* self ) +STEAMAPI_API steam_bool SteamAPI_ISteamUtils_DismissGamepadTextInput( ISteamUtils* self ) { long long test1 = ((char *)self - (char*)get_steam_client()->steam_utils); long long test2 = ((char *)self - (char*)get_steam_client()->steam_gameserver_utils);