Skip to content

Commit

Permalink
int, not float
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Jun 24, 2021
1 parent ce18488 commit 4f330b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity/leveltitle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace entity
static constexpr int font_size = 42;
static constexpr int timer_start = 60 * 2;

int speed = 0.F;
int speed = 0;
int timer = timer_start;
ce::vector2i text_size;

Expand Down

0 comments on commit 4f330b9

Please sign in to comment.