mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Various bug fixes
This commit is contained in:
@@ -237,7 +237,7 @@ bool CElementGen::Update(double t) {
|
||||
if (pswtElem && !x26d_25_warmedUp) {
|
||||
int pswt = 0;
|
||||
pswtElem->GetValue(x74_curFrame, pswt);
|
||||
Log.report(logvisor::Info, "Running warmup on particle system 0x%08x for %d ticks.", desc, pswt);
|
||||
//Log.report(logvisor::Info, "Running warmup on particle system 0x%08x for %d ticks.", desc, pswt);
|
||||
InternalUpdate((1.f / 60.f) * pswt);
|
||||
x26d_25_warmedUp = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user