| 592 | } |
| 593 | |
| 594 | bool ModelView::IsRequestingRestore(int& outRunOrdinal, bool& outRightTexture) |
| 595 | { |
| 596 | outRunOrdinal = m_requestingRestore; |
| 597 | outRightTexture = m_requestingRestoreRight; |
| 598 | m_requestingRestore = -1; |
| 599 | return outRunOrdinal >= 0; |
| 600 | } |
| 601 |