Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-05-13 10:41:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-13 10:42:21 +0300
commit422be98c47bb2010722e6d9503ec38d6a87bc55a (patch)
tree532a471c46d10c26fbe4474ea0ebf425e5bd5195 /intern
parente61531cb0eae60203c10a21426b85ba1ad438d95 (diff)
Fix T64427: WITH_HEADLESS build option
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemNULL.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_SystemNULL.h b/intern/ghost/intern/GHOST_SystemNULL.h
index 7f68c801a70..2a07633dc51 100644
--- a/intern/ghost/intern/GHOST_SystemNULL.h
+++ b/intern/ghost/intern/GHOST_SystemNULL.h
@@ -130,8 +130,7 @@ class GHOST_SystemNULL : public GHOST_System {
state,
parentWindow,
type,
- ((glSettings.flags & GHOST_glStereoVisual) != 0),
- 1);
+ ((glSettings.flags & GHOST_glStereoVisual) != 0));
}
};