Skip to content

Commit e0d3338

Browse files
hussein-aitlahcenzpostfacto
authored andcommitted
flat GetConnectionRealTimeStatus is invalid
1 parent 222e097 commit e0d3338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/steamnetworkingsockets/clientlib/steamnetworkingsockets_flat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ STEAMNETWORKINGSOCKETS_INTERFACE bool SteamAPI_ISteamNetworkingSockets_GetConnec
8383
{
8484
return self->GetConnectionInfo( hConn,pInfo );
8585
}
86-
STEAMNETWORKINGSOCKETS_INTERFACE bool SteamAPI_ISteamNetworkingSockets_GetConnectionRealTimeStatus( ISteamNetworkingSockets* self, HSteamNetConnection hConn, SteamNetConnectionRealTimeStatus_t * pStats, int nLanes, SteamNetConnectionRealTimeLaneStatus_t * pLanes )
86+
STEAMNETWORKINGSOCKETS_INTERFACE EResult SteamAPI_ISteamNetworkingSockets_GetConnectionRealTimeStatus( ISteamNetworkingSockets* self, HSteamNetConnection hConn, SteamNetConnectionRealTimeStatus_t * pStats, int nLanes, SteamNetConnectionRealTimeLaneStatus_t * pLanes )
8787
{
8888
return self->GetConnectionRealTimeStatus( hConn,pStats,nLanes,pLanes );
8989
}

0 commit comments

Comments
 (0)