- defaulted constructors and assignment operators of several trivial types.

This commit is contained in:
Christoph Oelckers 2018-08-25 23:51:07 +02:00
commit 5b7d3c91f9
14 changed files with 40 additions and 149 deletions

View file

@ -961,8 +961,6 @@ PalEntry FTexture::averageColor(const uint32_t *data, int size, int maxout)
PalEntry FTexture::GetSkyCapColor(bool bottom)
{
PalEntry col;
if (!bSWSkyColorDone)
{
bSWSkyColorDone = true;