Rootex icon indicating copy to clipboard operation
Rootex copied to clipboard

`System::m_IsActive` & `m_IsSystemPaused` serve the same purpose. Get rid of `System::m_IsActive`

Open Bashar-Ahmed opened this issue 4 years ago • 0 comments

System::m_IsActive becomes redundant after introduction of m_IsSystemPaused. Refactor the code wherever System::m_IsActive is used, to incorporate m_IsSystemPause instead.

Bashar-Ahmed avatar Jan 19 '22 18:01 Bashar-Ahmed