mirror of
https://github.com/overte-org/overte.git
synced 2025-08-12 20:59:59 +02:00
Removed unused variable to suppress warning on Mac and Ubuntu
This commit is contained in:
parent
b08e2598c2
commit
22acf1aeaf
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ render::ShapePipeline::ItemSetter FadeEffect::getItemStoredSetter() {
|
|||
return [this](const render::ShapePipeline& shapePipeline, render::Args* args, const render::Item& item) {
|
||||
if (!render::TransitionStage::isIndexInvalid(item.getTransitionId())) {
|
||||
auto scene = args->_scene;
|
||||
auto batch = args->_batch;
|
||||
auto transitionStage = scene->getStage<render::TransitionStage>(render::TransitionStage::getName());
|
||||
auto& transitionState = transitionStage->getTransition(item.getTransitionId());
|
||||
const auto fadeCategory = FadeJob::transitionToCategory[transitionState.eventType];
|
||||
|
|
Loading…
Reference in a new issue