Fix LocalTimestamp

This commit is contained in:
Alexander Filippov 2019-06-29 14:17:49 +02:00
parent 6f5bde4f79
commit fc42dca5bf

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>