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 df896d9 commit 0c9a2b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/courtroom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4608,6 +4608,7 @@ void Courtroom::set_scene(bool show_desk, const QString f_side)
void Courtroom::set_self_offset(const QString& p_list) {
QStringList self_offsets = p_list.split("&");
int self_offset = self_offsets[0].toInt();
int self_offset_v;
if (self_offsets.length() <= 1) {
self_offset_v = 0;
}
Expand Down

0 comments on commit 0c9a2b9

Please sign in to comment.