Skip to content

Commit

Permalink
fix(nodejs): missing init rect
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Jan 15, 2025
1 parent bf5525a commit 43cfccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/binding/NodeJS/src/instance/tasker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ std::optional<std::tuple<std::string, std::string, bool, MaaRect, std::string, N
{
StringBuffer name;
StringBuffer algorithm;
MaaBool hit;
MaaRect box;
MaaBool hit {};
MaaRect box {};
StringBuffer detail;
ImageBuffer raw;
ImageListBuffer draws;
Expand Down

0 comments on commit 43cfccb

Please sign in to comment.