| 119 | } |
| 120 | |
| 121 | u32 CLAItem::CalculateBGR(float T, int& frame) |
| 122 | { |
| 123 | frame = iFloor(fmodf(T, float(iFrameCount) / fFPS) * fFPS); |
| 124 | return InterpolateBGR(frame); |
| 125 | } |
| 126 | |
| 127 | //------------------------------------------------------------------------------ |
| 128 | // Library |
no outgoing calls
no test coverage detected