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 14, 2025
1 parent d934e52 commit 6ef0bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/courtroom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3202,7 +3202,7 @@ void Courtroom::do_character_bounce()
bounce_animation->start(QAbstractAnimation::DeleteWhenStopped);
}

void Courtroom::do_character_slide(QWidget *widget)
void Courtroom::do_character_slide(AOLayer *widget)
{
QStringList self_offsets = m_chatmessage[SELF_OFFSET].split("&");
int self_offset = self_offsets[0].toInt();
Expand Down

0 comments on commit 6ef0bc7

Please sign in to comment.