mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:30:05 +00:00
GL color buffer should be cleared at the start of the frame
This commit is contained in:
parent
8bd6838438
commit
37a850a778
4 changed files with 20 additions and 0 deletions
|
|
@ -1406,6 +1406,8 @@ void MapWidget::paintGL()
|
|||
|
||||
p->frameDraws_++;
|
||||
|
||||
p->context_->StartFrame();
|
||||
|
||||
// Handle hotkey updates
|
||||
p->HandleHotkeyUpdates();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue