i hate myself

This commit is contained in:
Detanup01 2024-04-01 22:56:54 +02:00 committed by otavepto
parent 71ea0de339
commit 7e3f2e0900

View File

@ -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);