Skip to content

Commit

Permalink
Don't use the deprecated @:enum abstract.
Browse files Browse the repository at this point in the history
  • Loading branch information
qlambert-pro committed Oct 9, 2023
1 parent 144e494 commit 925d671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dn/legacy/GamePad.hx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package dn.legacy;

@:enum
enum
abstract PadKey(Int) {
var A = 0;
var B = 1;
Expand Down

0 comments on commit 925d671

Please sign in to comment.