Minor fixes & corrections

This commit is contained in:
Mind Rapist
2026-01-02 06:33:57 +02:00
parent 9f6348ad8c
commit efbdf9155e
4 changed files with 60 additions and 12 deletions

View File

@@ -211,7 +211,7 @@ void CGraphicObjectInstance::ReleaseAlwaysHidden() {
bool CGraphicObjectInstance::isShow()
{
return m_isVisible && !m_isAlwaysHidden;
return m_isVisible;
}
//