diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-01-08 20:22:08 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-01-08 20:22:08 +0200 |
commit | 68e8c1ce04469a0419e6205bfba0eb2a1e9290c9 (patch) | |
tree | f1ca5f64709774ddb17ab178f8f31939828000ba /src/core/Frontend.h | |
parent | c6c55d0130a9f4d43447a63e48f5fc9b76e764e8 (diff) |
Add multisampling
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r-- | src/core/Frontend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h index b27cccb5..4a812b05 100644 --- a/src/core/Frontend.h +++ b/src/core/Frontend.h @@ -661,8 +661,8 @@ public: int32 m_nSelectedScreenMode; #endif #ifdef MULTISAMPLING - static int8 m_nPrefsMSAALevel; - static int8 m_nDisplayMSAALevel; + int8 m_nPrefsMSAALevel; + int8 m_nDisplayMSAALevel; #endif enum LANGUAGE |