Skip to content

Commit 09e5d24

Browse files
committed
fix: build error
1 parent 4849ffa commit 09e5d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MaaWin32ControlUnit/Input/MessageInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ bool MessageInput::key_up(int key)
264264

265265
bool MessageInput::scroll(int dx, int dy)
266266
{
267-
LogInfo << VAR(mode_) << VAR(with_cursor_pos_) << VAR(dx) << VAR(dy);ith_cursor_pos_) << VAR(dx) << VAR(dy);
267+
LogInfo << VAR(mode_) << VAR(with_cursor_pos_) << VAR(dx) << VAR(dy);
268268

269269
if (!hwnd_) {
270270
LogError << VAR(mode_) << VAR(with_cursor_pos_) << "hwnd_ is nullptr";

0 commit comments

Comments
 (0)