Implement UnhandledExceptionFilter and revert "set intro scene background to white"

Also use g_iScreenWidth and g_iScreenHeight in RMLManager
This commit is contained in:
GabsPuNs
2026-06-20 15:35:42 -04:00
parent 82d80943b7
commit d3af93969a
11 changed files with 96 additions and 91 deletions

View File

@@ -17,6 +17,6 @@ bool RmlManager::Init(int viewport_width, int viewport_height)
void RmlManager::Shutdown() {}
void RmlManager::Update() {}
void RmlManager::Render() {}
void RmlManager::OnResize(int width, int height) {}
void RmlManager::UpdateDpRatio(int, int) {}
void RmlManager::OnResize() {}
void RmlManager::UpdateDpRatio() {}
void RmlManager::OnLanguageChanged() {}