Fixes and tweaks to the networking impl

This commit is contained in:
Wojtek Figat
2021-01-27 10:37:15 +01:00
parent a876e56339
commit cd2ae08da0
5 changed files with 87 additions and 88 deletions

View File

@@ -111,6 +111,7 @@ void UWPPlatform::BeforeExit()
void UWPPlatform::Exit()
{
Win32Platform::Exit();
}
int32 UWPPlatform::GetDpi()