mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
macOS build sync
This commit is contained in:
@@ -24,7 +24,7 @@ float CEnergyDrainSource::GetEnergyDrainIntensity() const
|
||||
return x4_intensity;
|
||||
}
|
||||
|
||||
bool CEnergyDrainSource::operator<(const CEnergyDrainSource& other)
|
||||
bool CEnergyDrainSource::operator<(const CEnergyDrainSource& other) const
|
||||
{
|
||||
return x0_source < other.x0_source;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user