mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:44:56 +00:00
Various loader implementations
This commit is contained in:
@@ -275,7 +275,7 @@ bool CElementGen::Update(double t)
|
||||
Log.report(logvisor::Info,
|
||||
"Running warmup on particle system 0x%08x for %d ticks.",
|
||||
desc, pswt);
|
||||
InternalUpdate(pswt / 60.0);
|
||||
InternalUpdate((1.f / 60.f) * pswt);
|
||||
x26d_25_warmedUp = true;
|
||||
}
|
||||
bool ret = InternalUpdate(t);
|
||||
|
||||
Reference in New Issue
Block a user