HalfLifeAssetManager icon indicating copy to clipboard operation
HalfLifeAssetManager copied to clipboard

Texture remap support is broken in the Texture view

Open SamVanheer opened this issue 3 years ago • 0 comments

Texture remap support is broken in the Texture view. This happens because the Texture view draws textures using Qt painting methods instead of OpenGL.

The work required to support shaders and #116 will change this back to using OpenGL which will fix this bug.

SamVanheer avatar Jan 05 '22 10:01 SamVanheer