Skip to content

Commit

Permalink
Use int to store FPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Oct 9, 2024
1 parent dff685c commit 51a2d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Config

std::chrono::seconds getFireDelay() const { return fireDelay_; }

enum class FPS : char
enum class FPS : int
{
FPS_30 = 30,
FPS_60 = 60,
Expand Down

0 comments on commit 51a2d02

Please sign in to comment.