mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 01:47:43 +00:00
Humungous refactor
This commit is contained in:
@@ -15,7 +15,7 @@ struct CTweakPlayer : ITweakPlayer
|
||||
Value<float> m_rightDiv;
|
||||
float GetLeftLogicalThreshold() const {return m_leftDiv;}
|
||||
float GetRightLogicalThreshold() const {return m_rightDiv;}
|
||||
CTweakPlayer(Athena::io::IStreamReader& reader) {this->read(reader);}
|
||||
CTweakPlayer(athena::io::IStreamReader& reader) {this->read(reader);}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user