run: update comments at IsScreenFilterEnabled

This commit is contained in:
Hajime Hoshi 2023-03-08 02:16:44 +09:00
parent f97d912605
commit bd457da9be

2
run.go
View File

@ -186,7 +186,7 @@ func SetScreenFilterEnabled(enabled bool) {
//
// IsScreenFilterEnabled is concurrent-safe.
//
// Deprecated: as of v2.5. Use FinalScreenDrawer instead.
// Deprecated: as of v2.5.
func IsScreenFilterEnabled() bool {
return isScreenFilterEnabled()
}