Skip to content

Commit

Permalink
Update courtroom.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoru-1816 authored Jan 13, 2025
1 parent 0c9a2b9 commit 9d6890e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/courtroom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3620,8 +3620,8 @@ void Courtroom::handle_ic_speaking()
self_offset_v = self_offsets[1].toInt();
}

last_x_offset = ui_viewport->width() * self_offset / 100;
last_y_offset = ui_viewport->height() * self_offset_v / 100;
// last_x_offset = ui_viewport->width() * self_offset / 100;
// last_y_offset = ui_viewport->height() * self_offset_v / 100;
}
// Begin parsing through the chatbox message
start_chat_ticking();
Expand Down

0 comments on commit 9d6890e

Please sign in to comment.