Skip to content

Commit

Permalink
Removed minus typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alyzenjeraj committed Mar 30, 2024
1 parent 839b001 commit 6e2d40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config_Models/example_model/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ namespace config
},
.pitchLimit = {
.min = -30.0f,
.max = -30.0f
.max = 30.0f
}
}
},
Expand Down

0 comments on commit 6e2d40a

Please sign in to comment.