mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
8827520d4a
commit
7af9e69605
@ -23,7 +23,7 @@ import (
|
||||
type Filter int
|
||||
|
||||
const (
|
||||
// FilterDefault represents the defualt filter.
|
||||
// FilterDefault represents the default filter.
|
||||
FilterDefault Filter = Filter(graphics.FilterDefault)
|
||||
|
||||
// FilterNearest represents nearest (crisp-edged) filter
|
||||
|
Loading…
Reference in New Issue
Block a user