Fix a crash from removing one too many Init
This commit is contained in:
parent
4bc9245810
commit
ec01a4a214
@ -14,6 +14,7 @@ static TestCaller tests[] = {
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
gfxInitDefault();
|
||||
InitOutput();
|
||||
|
||||
ClearScreens();
|
||||
Print(GFX_TOP, "Press A to begin...\n");
|
||||
@ -44,6 +45,7 @@ int main(int argc, char** argv)
|
||||
ClearScreens();
|
||||
|
||||
gfxExit();
|
||||
DeinitOutput();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user