[Bf-blender-cvs] [7292803] opensubdiv-modifier: OpenSubdiv: Correct typo in previous commits

Sergey Sharybin noreply at git.blender.org
Sat Jul 11 20:02:08 CEST 2015


Commit: 72928038973163efd12973cc7cf5c842a5b9a01f
Author: Sergey Sharybin
Date:   Fri Jul 10 11:52:44 2015 +0200
Branches: opensubdiv-modifier
https://developer.blender.org/rB72928038973163efd12973cc7cf5c842a5b9a01f

OpenSubdiv: Correct typo in previous commits

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

M	intern/opensubdiv/opensubdiv_intern.h

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

diff --git a/intern/opensubdiv/opensubdiv_intern.h b/intern/opensubdiv/opensubdiv_intern.h
index bcfd005..034677f 100644
--- a/intern/opensubdiv/opensubdiv_intern.h
+++ b/intern/opensubdiv/opensubdiv_intern.h
@@ -28,7 +28,7 @@
 
 /* Perform full topology validation when exporting it to OpenSubdiv. */
 #ifdef NDEBUG
-#  under OPENSUBDIV_VALIDATE_TOPOLOGY
+#  undef OPENSUBDIV_VALIDATE_TOPOLOGY
 #else
 #  define OPENSUBDIV_VALIDATE_TOPOLOGY
 #endif




More information about the Bf-blender-cvs mailing list