mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
af6072c1b4
commit
37a6057230
@ -192,7 +192,7 @@ func (c *context) drawGame(graphicsDriver graphicsdriver.Graphics, ui *UserInter
|
||||
return err
|
||||
}
|
||||
|
||||
const maxSkipCount = 3
|
||||
const maxSkipCount = 4
|
||||
|
||||
if !forceDraw && !c.isOffscreenModified {
|
||||
if c.skipCount < maxSkipCount {
|
||||
|
Loading…
Reference in New Issue
Block a user