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