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)
|
||||
x8_lastProvider->x4_first = false;
|
||||
|
||||
g_currentTimeProvider = this;
|
||||
|
||||
#if 0
|
||||
CGraphics::SetExternalTimeProvider(this);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue