Merge remote-tracking branch 'qzdoom/master' into dpdoom
This commit is contained in:
commit
c21090333f
69 changed files with 8541 additions and 1059 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue