MACOS FUCK YOU

This commit is contained in:
lizzie 2026-05-24 02:34:19 +00:00
parent dbd065d9c3
commit f9a2b4acc9

View file

@ -407,7 +407,7 @@ bool WallClock::IsNative() const {
}
u64 WallClock::NsToTicks(std::chrono::nanoseconds ns) const {
return ns;
return ns.count();
}
#endif