| 146 | // --------------------------------------------------------------------------- |
| 147 | |
| 148 | bool NullVerticalShiftGrid::valueAt(int, int, float &out) const { |
| 149 | out = 0.0f; |
| 150 | return true; |
| 151 | } |
| 152 | |
| 153 | // --------------------------------------------------------------------------- |
| 154 |
no test coverage detected