Skip to content

Commit

Permalink
fix(intersection): set RTC enable (#9040)
Browse files Browse the repository at this point in the history
set rtc enable

Signed-off-by: Go Sakayori <[email protected]>
  • Loading branch information
go-sakayori authored Oct 7, 2024
1 parent 13e6530 commit 4f97001
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ void IntersectionModuleManager::setActivation()
scene_module->setActivation(rtc_interface_.isActivated(getUUID(scene_module->getModuleId())));
intersection_module->setOcclusionActivation(
occlusion_rtc_interface_.isActivated(occlusion_uuid));
scene_module->setRTCEnabled(rtc_interface_.isRTCEnabled(getUUID(scene_module->getModuleId())));
}
}

Expand Down

0 comments on commit 4f97001

Please sign in to comment.