mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
shareable: Add comments
This commit is contained in:
parent
ab7a3e1ab3
commit
e14c05b0fe
@ -309,6 +309,7 @@ func ResolveStaleImages() error {
|
||||
}
|
||||
|
||||
func IsRestoringEnabled() bool {
|
||||
// As IsRestoringEnabled is an immutable state, no need to lock here.
|
||||
return restorable.IsRestoringEnabled()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user