mirror of https://github.com/AxioDL/metaforce.git
Add missing assignment
This commit is contained in:
parent
3045bfae24
commit
5d3cf64a6b
|
@ -12,6 +12,8 @@ CTimeProvider::CTimeProvider(const float& time)
|
||||||
if (x8_lastProvider != nullptr)
|
if (x8_lastProvider != nullptr)
|
||||||
x8_lastProvider->x4_first = false;
|
x8_lastProvider->x4_first = false;
|
||||||
|
|
||||||
|
g_currentTimeProvider = this;
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
CGraphics::SetExternalTimeProvider(this);
|
CGraphics::SetExternalTimeProvider(this);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue