remove filter comment
This commit is contained in:
parent
efddeb7d6c
commit
d612cf3e54
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ type Camera struct {
|
|||
//Rotation float64 // radians
|
||||
Zoom float64 // unitless
|
||||
|
||||
Filter ebiten.Filter // Apply to game?
|
||||
Filter ebiten.Filter
|
||||
|
||||
game *Game
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue