Skip to content
Snippets Groups Projects
Commit 22699640 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix the getCostumeUrl reference that was left over

parent d1024cdd
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ class SpriteSelectorItem extends React.Component {
const dy = currentOffset.y - this.initialOffset.y;
if (Math.sqrt((dx * dx) + (dy * dy)) > dragThreshold) {
this.props.onDrag({
img: this.getCostumeUrl(),
img: this.getCostumeData(),
currentOffset: currentOffset,
dragging: true,
dragType: this.props.dragType,
......
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