Precache, Unload and FillSimplePoly bug fix

This commit is contained in:
Magnus Norddahl 2016-06-13 21:39:55 +02:00
commit 8ba6a4f175
22 changed files with 33 additions and 52 deletions

View file

@ -183,6 +183,8 @@ void FCanvasTexture::Unload ()
CanvasBgra->Destroy();
CanvasBgra = NULL;
}
FTexture::Unload();
}
bool FCanvasTexture::CheckModified ()