Cleanup: move some data from bNodeTree to run-time data
No functional changes are expected.
This commit is contained in:
@@ -163,7 +163,7 @@ void ExecutionSystem::execute_work(const rcti &work_rect,
|
||||
bool ExecutionSystem::is_breaked() const
|
||||
{
|
||||
const bNodeTree *btree = context_.get_bnodetree();
|
||||
return btree->test_break(btree->tbh);
|
||||
return btree->runtime->test_break(btree->runtime->tbh);
|
||||
}
|
||||
|
||||
} // namespace blender::compositor
|
||||
|
||||
Reference in New Issue
Block a user