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
|
//Rotation float64 // radians
|
||||||
Zoom float64 // unitless
|
Zoom float64 // unitless
|
||||||
|
|
||||||
Filter ebiten.Filter // Apply to game?
|
Filter ebiten.Filter
|
||||||
|
|
||||||
game *Game
|
game *Game
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue