Skip to content

Commit

Permalink
vulkan: fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rdb committed Jul 12, 2019
1 parent 8ed868d commit 6c4cefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panda/src/vulkandisplay/vulkanMemoryPage.I
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ map() {
vulkan_error(err, "Failed to map memory");
ptr._data = nullptr;
}
return std::move(ptr);
return ptr;
}

/**
Expand Down

0 comments on commit 6c4cefc

Please sign in to comment.