Skip to content

Commit

Permalink
- fix at least one of the Apple compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachael Alexanderson committed Nov 14, 2017
1 parent 019c9e4 commit 1327789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posix/cocoa/st_console.mm
Expand Up @@ -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)
{
Expand Down

0 comments on commit 1327789

Please sign in to comment.