| 1786 | } |
| 1787 | |
| 1788 | void CUi::SMessagePopupContext::ErrorColor() |
| 1789 | { |
| 1790 | m_TextColor = ColorRGBA(1.0f, 0.0f, 0.0f, 1.0f); |
| 1791 | } |
| 1792 | |
| 1793 | CUi::EPopupMenuFunctionResult CUi::PopupMessage(void *pContext, CUIRect View, bool Active) |
| 1794 | { |
no test coverage detected