mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Fix command line args on macOS when passed via open, implement CScriptCameraPitchVolume
This commit is contained in:
@@ -281,13 +281,13 @@ bool CREParticleAccessParam8::GetValue(int /*frame*/, float& valOut) const
|
||||
return false;
|
||||
}
|
||||
|
||||
bool CREPSLL::GetValue(int /*frame*/, float& valOut) const
|
||||
bool CREParticleSizeOrLineLength::GetValue(int /*frame*/, float& valOut) const
|
||||
{
|
||||
valOut = CElementGen::g_currentParticle->x2c_lineLengthOrSize;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool CREPRLW::GetValue(int /*frame*/, float& valOut) const
|
||||
bool CREParticleRotationOrLineWidth::GetValue(int /*frame*/, float& valOut) const
|
||||
{
|
||||
valOut = CElementGen::g_currentParticle->x30_lineWidthOrRota;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user