mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01:00
Don't leak flipbfont
This commit is contained in:
parent
abbf6bafb9
commit
887c1fbf96
1 changed files with 1 additions and 0 deletions
|
@ -2840,6 +2840,7 @@ void Graphics::reloadresources() {
|
||||||
CLEAR_ARRAY(flipsprites)
|
CLEAR_ARRAY(flipsprites)
|
||||||
CLEAR_ARRAY(tele)
|
CLEAR_ARRAY(tele)
|
||||||
CLEAR_ARRAY(bfont)
|
CLEAR_ARRAY(bfont)
|
||||||
|
CLEAR_ARRAY(flipbfont)
|
||||||
|
|
||||||
#undef CLEAR_ARRAY
|
#undef CLEAR_ARRAY
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue