This commit is contained in:
Magnus Norddahl 2018-12-16 11:31:18 +01:00
commit 6648f4e47f
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ bool FHardwareTexture::BindOrCreate(FTexture *tex, int texunit, int clampmode, i
if (!tex->isHardwareCanvas())
{
texbuffer = std::move(tex->CreateTexBuffer(translation, flags | CTF_ProcessData));
texbuffer = tex->CreateTexBuffer(translation, flags | CTF_ProcessData);
w = texbuffer.mWidth;
h = texbuffer.mHeight;
}