diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2024-05-20 08:49:26 -0500 |
|---|---|---|
| committer | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2024-05-20 08:49:26 -0500 |
| commit | 6ff71de06b829f46eede5d697dae1b637e328795 (patch) | |
| tree | f3b306cfb613606775351c0903f5c05427fe1927 /src/courtroom.cpp | |
| parent | 48aab621fb363920dc70e0b9569fb6b85b68a46b (diff) | |
fix opening bracket
Diffstat (limited to 'src/courtroom.cpp')
| -rw-r--r-- | src/courtroom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 5a1ac537..0d7dd6d7 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -4544,7 +4544,7 @@ void Courtroom::set_scene(bool show_desk, const QString f_side) } } -void Courtroom::set_self_offset(const QString& p_list, AOLayer* p_layer) { +void Courtroom::set_self_offset(const QString& p_list, AOLayer* p_layer) { QStringList self_offsets = p_list.split("&"); int self_offset = self_offsets[0].toInt(); |
