mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
string_view refactor
This commit is contained in:
@@ -17,7 +17,7 @@ public:
|
||||
CAnimTreeTweenBase(bool,
|
||||
const std::weak_ptr<CAnimTreeNode>& a,
|
||||
const std::weak_ptr<CAnimTreeNode>& b,
|
||||
int, const std::string& name);
|
||||
int, std::string_view name);
|
||||
|
||||
virtual void SetBlendingWeight(float w)=0;
|
||||
virtual float VGetBlendingWeight() const=0;
|
||||
|
||||
Reference in New Issue
Block a user