mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(gx): dispatch SDL window events in SceneClear()
This commit is contained in:
parent
2fb754a83a
commit
f81a6fb92b
1 changed files with 2 additions and 0 deletions
|
|
@ -1268,6 +1268,8 @@ void CGxDeviceGLSDL::SceneClear(uint32_t mask, CImVector color) {
|
|||
}
|
||||
|
||||
void CGxDeviceGLSDL::ScenePresent() {
|
||||
this->m_GLSDLWindow.DispatchEvents();
|
||||
|
||||
if (this->m_context) {
|
||||
// TODO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue