1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 14:38:30 +02:00

Don't leak flipbfont

This commit is contained in:
leo60228 2020-06-07 16:11:55 -04:00 committed by Ethan Lee
parent abbf6bafb9
commit 887c1fbf96

View File

@ -2840,6 +2840,7 @@ void Graphics::reloadresources() {
CLEAR_ARRAY(flipsprites)
CLEAR_ARRAY(tele)
CLEAR_ARRAY(bfont)
CLEAR_ARRAY(flipbfont)
#undef CLEAR_ARRAY