[Bf-blender-cvs] [473c2b1c940] blender2.8: Gawain: fix stupid APPLE_LEGACY mistake

Mike Erwin noreply at git.blender.org
Tue Apr 18 18:44:20 CEST 2017


Commit: 473c2b1c9408179ca1d3e4d07bc40e1670c093e8
Author: Mike Erwin
Date:   Tue Apr 18 12:43:50 2017 -0400
Branches: blender2.8
https://developer.blender.org/rB473c2b1c9408179ca1d3e4d07bc40e1670c093e8

Gawain: fix stupid APPLE_LEGACY mistake

@dfelinto caught this while building on Linux

fixes a copy/paste mistake from b0351bd3bdaa16f7dec75fe90bcd66569564608a

===================================================================

M	intern/gawain/gawain/common.h

===================================================================

diff --git a/intern/gawain/gawain/common.h b/intern/gawain/gawain/common.h
index 80f434cb178..694448ba7c5 100644
--- a/intern/gawain/gawain/common.h
+++ b/intern/gawain/gawain/common.h
@@ -29,7 +29,7 @@
 #if defined(__APPLE__) && defined(WITH_GL_PROFILE_COMPAT)
   #define APPLE_LEGACY 1
 #else
-  #define APPLE_LEGACY 1
+  #define APPLE_LEGACY 0
 #endif
 
 #if APPLE_LEGACY




More information about the Bf-blender-cvs mailing list