2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-18 12:05:24 +00:00

More CThardus imps, add CRandom16 stats

This commit is contained in:
2020-09-04 23:04:28 -07:00
parent 7ba02f28c0
commit 1ba68175e9
9 changed files with 161 additions and 12 deletions

View File

@@ -880,6 +880,7 @@ void CMain::WarmupShaders() {
}
return true;
});
m_warmupIt = m_warmupTags.begin();
@@ -887,6 +888,7 @@ void CMain::WarmupShaders() {
}
bool CMain::Proc() {
CRandom16::ResetNumNextCalls();
// Warmup cycle overrides update
if (m_warmupTags.size())
return false;