Add missing assignment

This commit is contained in:
Phillip Stephens 2016-02-18 08:14:57 -08:00
parent 3045bfae24
commit 5d3cf64a6b
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ CTimeProvider::CTimeProvider(const float& time)
if (x8_lastProvider != nullptr)
x8_lastProvider->x4_first = false;
g_currentTimeProvider = this;
#if 0
CGraphics::SetExternalTimeProvider(this);
#endif