Added themeExit to pc main.cpp

This commit is contained in:
NightlyFox 2018-09-20 20:20:08 -05:00
parent 8e2a79c496
commit 981a60ac73

View File

@ -52,6 +52,7 @@ int main()
}
fontExit();
themeExit();
return 0;
}