update librw

This commit is contained in:
aap 2020-07-22 14:02:14 +02:00
parent bde159291c
commit c813630aad
2 changed files with 2 additions and 2 deletions

2
librw

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

View File

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