remove filter comment

This commit is contained in:
Josh Deprez 2021-08-12 04:16:09 +00:00
parent efddeb7d6c
commit d612cf3e54

View file

@ -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
} }