mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
graphics: Revert ClearVolatileImages
This commit is contained in:
parent
02b4fc7917
commit
9e61d0622e
@ -87,6 +87,7 @@ func (c *graphicsContext) Update(afterFrameUpdate func()) error {
|
||||
return err
|
||||
}
|
||||
for i := 0; i < updateCount; i++ {
|
||||
restorable.ClearVolatileImages()
|
||||
setRunningSlowly(i < updateCount-1)
|
||||
if err := hooks.Run(); err != nil {
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user