Skip to content

Commit

Permalink
could be working
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Oct 9, 2023
1 parent fa3b045 commit 7d1850a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/red4ext/ScriptDefinitions/ScriptProperty.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct ScriptProperty : ScriptDefinition {
}

void FromString(RED4ext::ScriptInstance pointer, const RED4ext::CString& str) const {
this->GetType()->FromString(pointer, str);
this->GetType()->FromString(pointer, str.c_str());
}

// ReadProperty(CName)
Expand Down

0 comments on commit 7d1850a

Please sign in to comment.