| 140 | bool IsReady() const { return m_isReady; } |
| 141 | |
| 142 | void SetDisplayFlag(bool display) { m_displayFlag = display; } |
| 143 | /// @todo displayFlag logic is effectively turned off now, |
| 144 | /// remove all the associated code from drape later if its not needed anymore. |
| 145 | // The displayFlag displacement logic supposedly should stabilize displacement |