Skip to content

Commit

Permalink
Fix multiplayer example
Browse files Browse the repository at this point in the history
  • Loading branch information
kuviman committed Jun 24, 2024
1 parent e4c6187 commit ae6b222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/geng-net-simple/examples/multiplayer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl geng::State for Game {
let camera = geng::Camera2d {
center: vec2(0.0, 0.0),
rotation: Angle::ZERO,
fov: 100.0,
fov: Camera2dFov::Vertical(100.0),
};
let model = self.model.get();
for player in &model.players {
Expand Down

0 comments on commit ae6b222

Please sign in to comment.