mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 13:26:09 +00:00
Reformat pass
This commit is contained in:
@@ -53,9 +53,7 @@ bool CIEKeyframeEmitter::GetValue([[maybe_unused]] int frame, int& valOut) const
|
||||
return false;
|
||||
}
|
||||
|
||||
int CIEKeyframeEmitter::GetMaxValue() const {
|
||||
return *std::max_element(x18_keys.cbegin(), x18_keys.cend());
|
||||
}
|
||||
int CIEKeyframeEmitter::GetMaxValue() const { return *std::max_element(x18_keys.cbegin(), x18_keys.cend()); }
|
||||
|
||||
bool CIEDeath::GetValue(int frame, int& valOut) const {
|
||||
x4_a->GetValue(frame, valOut);
|
||||
|
||||
Reference in New Issue
Block a user