diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-31 16:21:07 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-31 16:21:07 +0700 |
| commit | e2b9ce4e517d823ad530d50e40d4d56dcfa7e8cc (patch) | |
| tree | 42c901192186f5e30886d8b836e67f55b8874651 /src/GameInitDispose.cpp | |
| parent | a5ce40c28821b738dda4abfb2c174b028aa58e5d (diff) | |
| download | blackshades-e2b9ce4e517d823ad530d50e40d4d56dcfa7e8cc.tar.gz | |
Remove pseudo motion blur
Diffstat (limited to 'src/GameInitDispose.cpp')
| -rw-r--r-- | src/GameInitDispose.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GameInitDispose.cpp b/src/GameInitDispose.cpp index 57dca01..6052b66 100644 --- a/src/GameInitDispose.cpp +++ b/src/GameInitDispose.cpp @@ -68,7 +68,6 @@ Game* makeGame(Config config, Scores scores) auto game = new Game(); game->screenwidth = config.width; game->screenheight = config.height; - game->blurness = config.blur; blood = config.blood; game->musictoggle = config.music; |
