Skip to content

Commit

Permalink
Fix analysis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ufrshubham committed Jul 13, 2024
1 parent 28977c7 commit d05b0ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/forge2d/example/web/racer/control_state.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// Used to track keyboard state. Entries are masked bitwise.
class ControlState {
static const int up = 1;
static const int down = 2;
Expand Down

0 comments on commit d05b0ed

Please sign in to comment.