diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 09:59:45 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 09:59:45 +0200 |
| commit | 34134e88f6c6b8b4d19fec53366d6e40a3303c6e (patch) | |
| tree | 2e8cd4ee882ffbaca7a2caae2d1e6b0be49c93ef /main/main.cpp | |
| parent | cecd124c0c043ef261256fb9e3f1108cde1265c1 (diff) | |
a
Diffstat (limited to 'main/main.cpp')
| -rw-r--r-- | main/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp index 7ffc1a28..37325809 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -6,6 +6,8 @@ #include <Corrade/Utility/DebugStl.h> #include <Magnum/GL/DefaultFramebuffer.h> +#if 0 + #ifdef FM_MSAA #include <Magnum/GL/RenderbufferFormat.h> #endif @@ -109,3 +111,5 @@ extern "C" int __stdcall WinMain(void*, void*, void*, int) # pragma clang diagnostic pop #endif #endif + +#endif |
