[TD]fix rotation of complex section
This commit is contained in:
@@ -185,7 +185,8 @@ short DrawViewSection::mustExecute() const
|
||||
Direction.isTouched() ||
|
||||
BaseView.isTouched() ||
|
||||
SectionNormal.isTouched() ||
|
||||
SectionOrigin.isTouched() ) {
|
||||
SectionOrigin.isTouched() ||
|
||||
Rotation.isTouched() ) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user