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

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;