Merge pull request #283 from Agoxandr/fixtypo

Fix typo SteamNetworkingUtils.LocalTimestamp
This commit is contained in:
Garry Newman 2019-07-01 10:07:55 +01:00 committed by GitHub
commit 1273b5985f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ public static async Task WaitForPingDataAsync( float maxAgeInSeconds = 60 * 5 )
}
}
public static long LocalTimetamp => Internal.GetLocalTimestamp();
public static long LocalTimestamp => Internal.GetLocalTimestamp();
/// <summary>