From 13277897f68cb71c5900dcf1427d6c0aadb03d52 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Tue, 14 Nov 2017 15:01:10 -0500 Subject: [PATCH] - fix at least one of the Apple compile errors --- src/posix/cocoa/st_console.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posix/cocoa/st_console.mm b/src/posix/cocoa/st_console.mm index 216e795bd1b..39a5164c601 100644 --- a/src/posix/cocoa/st_console.mm +++ b/src/posix/cocoa/st_console.mm @@ -200,7 +200,7 @@ { explicit TimedUpdater(const Function& function) { - const unsigned int currentTime = I_MSTime(); + const unsigned int currentTime = PresentTime.Milliseconds; if (currentTime - m_previousTime > interval) {