diff --git a/crates/tools/pbxgen-stress/src/lib.rs b/crates/tools/pbxgen-stress/src/lib.rs index e89b2479..6af0bde7 100644 --- a/crates/tools/pbxgen-stress/src/lib.rs +++ b/crates/tools/pbxgen-stress/src/lib.rs @@ -366,11 +366,7 @@ fn build_scene_bank() -> SceneBank { 2 => ParallaxFactor { x: 0.5, y: 0.5 }, _ => ParallaxFactor { x: 0.25, y: 0.25 }, }, - tilemap: TileMap { - width: STRESS_SCENE_TILE_W, - height: STRESS_SCENE_TILE_H, - tiles, - }, + tilemap: TileMap { width: STRESS_SCENE_TILE_W, height: STRESS_SCENE_TILE_H, tiles }, } });