mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-03-30 21:51:46 +03:00
Apply PR review changes
Co-authored-by: Misa Elizabeth Kai <infoteddy@infoteddy.info>
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
dedf941b25
commit
1fb0afb99d
@@ -501,10 +501,7 @@ void GraphicsResources::destroy(void)
|
||||
|
||||
for (size_t i = 0; i < SDL_arraysize(graphics.customminimaps); i++)
|
||||
{
|
||||
if (graphics.customminimaps[i] != NULL)
|
||||
{
|
||||
CLEAR(graphics.customminimaps[i]);
|
||||
}
|
||||
CLEAR(graphics.customminimaps[i]);
|
||||
}
|
||||
#undef CLEAR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user