aboutsummaryrefslogtreecommitdiff
path: root/games/colobot/files/patch-src_common_system_system__linux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/colobot/files/patch-src_common_system_system__linux.cpp')
-rw-r--r--games/colobot/files/patch-src_common_system_system__linux.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/colobot/files/patch-src_common_system_system__linux.cpp b/games/colobot/files/patch-src_common_system_system__linux.cpp
deleted file mode 100644
index f8c50217d45b..000000000000
--- a/games/colobot/files/patch-src_common_system_system__linux.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/common/system/system_linux.cpp.orig 2021-12-03 22:35:25 UTC
-+++ src/common/system/system_linux.cpp
-@@ -98,7 +98,7 @@ void CSystemUtilsLinux::InterpolateTimeStamp(SystemTim
-
- void CSystemUtilsLinux::GetCurrentTimeStamp(SystemTimeStamp *stamp)
- {
-- clock_gettime(CLOCK_MONOTONIC_RAW, &stamp->clockTime);
-+ clock_gettime(CLOCK_MONOTONIC, &stamp->clockTime);
- }
-
- long long CSystemUtilsLinux::TimeStampExactDiff(SystemTimeStamp *before, SystemTimeStamp *after)