Skip to content

Commit

Permalink
fixed elements transform
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil-SV committed May 6, 2024
1 parent e84e37f commit 3dc2fea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ namespace sc {

void FrameBuilder::releaseFrameElement(SymbolContext& symbol, SharedMovieclipWriter& writer, size_t index)
{
std::optional<DOM::Utils::MATRIX2D>& matrix = m_matrices[index];
std::optional<COLOR_MATRIX>& color = m_colors[index];
std::optional<DOM::Utils::MATRIX2D> matrix = m_matrices[index];
std::optional<COLOR_MATRIX> color = m_colors[index];

if (m_matrices[index]) {
if (m_matrixTweener) {
Expand Down

0 comments on commit 3dc2fea

Please sign in to comment.