Skip to content

Commit

Permalink
fixed mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
smasherprog committed Aug 1, 2021
1 parent 80faf8e commit b147bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_cpp/ios/NSMouseProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace Screen_Capture {
if (Data->WindowCaptureData.OnMouseChanged) {
Data->WindowCaptureData.OnMouseChanged(&wholeimgfirst, mousepoint);
}
std::swap(NewImageBuffer, OldImageBuffer);
std::swap(NewImageBuffer, ImageBuffer);
}
else if (Last_x != lastx || Last_y != lasty) {
if (Data->ScreenCaptureData.OnMouseChanged) {
Expand Down

0 comments on commit b147bce

Please sign in to comment.