update librw

This commit is contained in:
aap 2020-07-22 14:02:29 +02:00
parent 7d51995640
commit fdb262bca0
2 changed files with 2 additions and 2 deletions

2
librw

@ -1 +1 @@
Subproject commit 853fa44982dcb02d8e6bbe40045ee5c594c78e52
Subproject commit 4883b03f2b8f060c04f054573e8f345878e93a11

View File

@ -307,7 +307,7 @@ ConvertTexRaster(rw::Raster *ras)
Image *img = ras->toImage();
ras->destroy();
img->unindex();
img->unpalettize();
ras = Raster::createFromImage(img);
img->destroy();
return ras;