Skip to content

Commit

Permalink
moredebug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Nov 15, 2023
1 parent c3562de commit cc33d6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GafferImage/Catalogue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,9 @@ class Catalogue::InternalImage : public ImageNode

m_renderID = "invalid";
isRendering( false );
std::cerr << " marked as not rendering" << std::endl;
m_saver = AsynchronousSaver::create( this );
std::cerr << " assigned m_saver" << std::endl;
}

protected :
Expand Down

0 comments on commit cc33d6e

Please sign in to comment.