mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2026-04-23 00:07:15 +08:00
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user