mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 06:14:08 +08:00
Add TTF support
This commit is contained in:
@@ -58,5 +58,6 @@ SDL_AppResult SDL_AppIterate(void *appstate) {
|
||||
// 4. 应用退出回调(清理资源)
|
||||
void SDL_AppQuit(void *appstate, SDL_AppResult result) {
|
||||
delete static_cast<GameApplication*>(appstate);
|
||||
TTF_Quit();
|
||||
SDL_Quit();
|
||||
}
|
||||
Reference in New Issue
Block a user