started looking into ps2 rasters again

This commit is contained in:
aap
2016-07-16 09:13:25 +02:00
parent 40fc1e24fc
commit 14547ef830
4 changed files with 265 additions and 71 deletions

View File

@@ -699,8 +699,8 @@ void
Raster::destroy(void)
{
s_plglist.destruct(this);
delete[] this->texels;
delete[] this->palette;
// delete[] this->texels;
// delete[] this->palette;
free(this);
}