mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-10 11:28:09 +00:00
Implement UnhandledExceptionFilter and revert "set intro scene background to white"
Also use g_iScreenWidth and g_iScreenHeight in RMLManager
This commit is contained in:
@@ -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() {}
|
||||
Reference in New Issue
Block a user