diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-13 21:34:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-08-25 22:11:11 +0200 |
| commit | c35a2927967704cb7760859afb831cb20b213704 (patch) | |
| tree | 399ab9153c3e0c6f1720edc292069348e0c3e08d /src | |
| parent | eefc15f383c694cb8f08b02330c6d5b46f2256b5 (diff) | |
fixup! fixup! Rather hacky support for burnt subtitle Z-position in 3D (#1359).
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index 8013b9d5f..b209cc86a 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -1201,7 +1201,7 @@ Player::plain_text_start (weak_ptr<Piece> weak_piece, weak_ptr<const TextContent ps.string.push_back (s); } - ps.z_position = text->z_position(); + ps.z_position = content->z_position(); _active_texts[static_cast<int>(content->type())].add_from(weak_content, ps, from); } |
