gxt key, default value

This commit is contained in:
Fire-Head
2020-12-29 22:16:52 +03:00
parent 30236a804d
commit 8fadca196b
2 changed files with 13 additions and 7 deletions

View File

@ -4,13 +4,12 @@ enum eAspectRatio
{
// Make sure these work the same as FrontEndMenuManager.m_PrefsUseWideScreen
// without widescreen support
AR_AUTO,
AR_4_3,
AR_5_4,
AR_16_10,
AR_16_9,
AR_21_9,
AR_AUTO,
AR_MAX,
};