From 68e8c1ce04469a0419e6205bfba0eb2a1e9290c9 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Fri, 8 Jan 2021 20:22:08 +0200 Subject: Add multisampling --- src/core/Frontend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/Frontend.h') 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 -- cgit v1.2.3