Skip to content

Commit 99b848f

Browse files
committed
fix: ensure proper shoot tool functionality
1 parent 4f5b316 commit 99b848f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Features/Tas/TasTools/ShootTool.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct ShootToolParams : public TasToolParams {
2222
class ShootTool : public TasToolWithParams<ShootToolParams> {
2323
public:
2424
ShootTool(int slot)
25-
: TasToolWithParams("shoot", PRE_PROCESSING, BUTTONS, slot) {}
25+
: TasToolWithParams("shoot", POST_PROCESSING, BUTTONS, slot) {}
2626

2727
virtual std::shared_ptr<TasToolParams> ParseParams(std::vector<std::string>);
2828
virtual void Apply(TasFramebulk &bulk, const TasPlayerInfo &pInfo);

0 commit comments

Comments
 (0)