diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2024-05-31 10:35:58 -0500 |
|---|---|---|
| committer | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2024-05-31 10:35:58 -0500 |
| commit | 5bc82b0d4f14a2e8cfa8c346c8ad1d2d37fd650c (patch) | |
| tree | 49c7d665bb287507a97a3315931bedfe76b983fb /src/courtroom.h | |
| parent | 37f103e2c27015dc311371d621097f0b3b523b70 (diff) | |
restore accurate slide bookending
Diffstat (limited to 'src/courtroom.h')
| -rw-r--r-- | src/courtroom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/courtroom.h b/src/courtroom.h index a7ca2354..b3b34c6a 100644 --- a/src/courtroom.h +++ b/src/courtroom.h @@ -983,5 +983,6 @@ private Q_SLOTS: // After attempting to play a transition animation, clean up the viewport // objects for everyone else and continue the IC processing callstack + void finish_transition(); void post_transition_cleanup(); }; |
