156 fps; fix unused config
This commit is contained in:
parent
2416ffd7dc
commit
125e7c1d1f
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ fn config(config: GameConfig) -> GameConfig {
|
||||||
GameConfig {
|
GameConfig {
|
||||||
tonemapping_enabled: true,
|
tonemapping_enabled: true,
|
||||||
dev,
|
dev,
|
||||||
..Default::default()
|
target_framerate: 165,
|
||||||
|
..config
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue