[TD]fix rotation of complex section

This commit is contained in:
wandererfan
2022-11-09 09:21:54 -05:00
committed by WandererFan
parent 5cedb9ea4e
commit eb407feb60
2 changed files with 10 additions and 2 deletions

View File

@@ -185,7 +185,8 @@ short DrawViewSection::mustExecute() const
Direction.isTouched() ||
BaseView.isTouched() ||
SectionNormal.isTouched() ||
SectionOrigin.isTouched() ) {
SectionOrigin.isTouched() ||
Rotation.isTouched() ) {
return 1;
}