Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Masaiki committed Jun 24, 2021
1 parent 665757c commit 5eee6d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/subtitles/RTS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,8 @@ bool CWord::operator==( const CWord& rhs ) const
m_width == rhs.m_width &&
m_ascent == rhs.m_ascent &&
m_descent == rhs.m_descent &&
m_scalex == rhs.m_scalex &&
m_scaley == rhs.m_scaley &&
m_target_scale_x == rhs.m_target_scale_x &&
m_target_scale_y == rhs.m_target_scale_y);
//m_pOpaqueBox
Expand Down

0 comments on commit 5eee6d9

Please sign in to comment.