| 1123 | //----------------------------------------------------------------------------- |
| 1124 | |
| 1125 | void SFXEmitter::setTransform( const MatrixF &mat ) |
| 1126 | { |
| 1127 | // Set the transform directly from the |
| 1128 | // matrix created by inspector. |
| 1129 | Parent::setTransform( mat ); |
| 1130 | setMaskBits( TransformUpdateMask ); |
| 1131 | } |
| 1132 | |
| 1133 | //----------------------------------------------------------------------------- |
| 1134 |
no outgoing calls
no test coverage detected