From 14e01896cae2cbc7bf9aae37660e837f787ea20a Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 14 Dec 2020 23:25:56 +0800 Subject: Emergency. --- core/qmpmidiplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/qmpmidiplay.cpp') diff --git a/core/qmpmidiplay.cpp b/core/qmpmidiplay.cpp index 99db420..aeb39be 100644 --- a/core/qmpmidiplay.cpp +++ b/core/qmpmidiplay.cpp @@ -268,7 +268,7 @@ void CMidiPlayer::playEvents() else { #ifdef _WIN32 - w32usleep(uint64_t((ns_sleep + correction) / 1000))); + w32usleep(uint64_t((ns_sleep + correction) / 1000)); #else std::this_thread::sleep_for(std::chrono::nanoseconds(uint64_t(ns_sleep + correction))); #endif -- cgit v1.2.3