Merge remote-tracking branch 'qzdoom/master' into dpdoom

This commit is contained in:
Magnus Norddahl 2016-09-24 08:17:49 +02:00
commit c21090333f
69 changed files with 8541 additions and 1059 deletions

View file

@ -1634,6 +1634,7 @@ void FFontChar1::Unload ()
delete[] Pixels;
Pixels = NULL;
}
FTexture::Unload();
}
//==========================================================================
@ -1695,6 +1696,7 @@ void FFontChar2::Unload ()
delete[] Pixels;
Pixels = NULL;
}
FTexture::Unload();
}
//==========================================================================