MACOS FUCK YOU

This commit is contained in:
lizzie 2026-05-24 02:34:19 +00:00
parent 95e402a672
commit 6443bc3b77

View file

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