diff --git a/src/gl/textures/gl_hwtexture.cpp b/src/gl/textures/gl_hwtexture.cpp index 01bfdf1b6..9c5f7b894 100644 --- a/src/gl/textures/gl_hwtexture.cpp +++ b/src/gl/textures/gl_hwtexture.cpp @@ -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; }