Skip to content
Snippets Groups Projects
Unverified Commit a933c161 authored by DD Liu's avatar DD Liu Committed by GitHub
Browse files

Merge pull request #1878 from fsih/renameGetCostume

Rename getCostumeSvg to getCostume
parents 9750afd1 85efa71d
No related branches found
No related tags found
Loading
......@@ -30,7 +30,7 @@ class PaintEditorWrapper extends React.Component {
return (
<PaintEditor
{...this.props}
svg={this.props.vm.getCostumeSvg(this.props.selectedCostumeIndex)}
svg={this.props.vm.getCostume(this.props.selectedCostumeIndex)}
onUpdateName={this.handleUpdateName}
onUpdateSvg={this.handleUpdateSvg}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment