Skip to content

Commit

Permalink
chore: fix denominator
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazer committed May 13, 2024
1 parent fcaf45d commit b03b874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/macos/display_options.mm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//double displayUpdateGranularity = screen.displayUpdateGranularity;
auto refresh_rate = dd::refresh_rate_t {
uint32_t(screen.maximumFramesPerSecond),

Check warning on line 38 in src/platform/macos/display_options.mm

View check run for this annotation

Codecov / codecov/patch

src/platform/macos/display_options.mm#L37-L38

Added lines #L37 - L38 were not covered by tests
0
1
};
auto current_mode = dd::mode_t {
resolution,
Expand Down

0 comments on commit b03b874

Please sign in to comment.