Tweak
This commit is contained in:
@@ -31,7 +31,7 @@ TextureMipData::TextureMipData(TextureMipData&& other) noexcept
|
|||||||
: RowPitch(other.RowPitch)
|
: RowPitch(other.RowPitch)
|
||||||
, DepthPitch(other.DepthPitch)
|
, DepthPitch(other.DepthPitch)
|
||||||
, Lines(other.Lines)
|
, Lines(other.Lines)
|
||||||
, Data(std::move(other.Data))
|
, Data(MoveTemp(other.Data))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user