Skip to content

Commit

Permalink
DualProp to SaberBlasterProp
Browse files Browse the repository at this point in the history
  • Loading branch information
NoSloppy authored Jun 7, 2024
1 parent bf208cd commit a3f1db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion props/using-dual_prop.h.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ How to: Use the following lines where you set your prop file in your config.
#include "../props/saber_sa22c_buttons.h"
#include "../props/blaster.h"
#undef PROP_TYPE
#define PROP_TYPE DualProp<SaberSA22CButtons, Blaster>
#define PROP_TYPE SaberBlasterProp<SaberSA22CButtons, Blaster>
#endif
```
** Note the prop file SaberSA22CButtons here would change
Expand Down

0 comments on commit a3f1db4

Please sign in to comment.