Update CDBehaviorParameterTable.h

This commit is contained in:
David Markowitz 2023-07-27 19:34:27 -07:00
parent 617a7d4021
commit 3d1b71cb31

View File

@ -12,7 +12,7 @@ private:
std::unordered_map<BehaviorParameterHash, BehaviorParameterValue> m_Entries;
std::unordered_map<std::string, uint32_t> m_ParametersList;
public:
CDBehaviorParameterTable::CDBehaviorParameterTable();
CDBehaviorParameterTable();
float GetValue(const uint32_t behaviorID, const std::string& name, const float defaultValue = 0);