[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38922] trunk/blender/intern/ghost/intern/ GHOST_NDOFManager.h: Turn off ndof button debug

Nathan Letwory nathan at letworyinteractive.com
Tue Aug 2 11:09:08 CEST 2011


Revision: 38922
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38922
Author:   jesterking
Date:     2011-08-02 09:09:07 +0000 (Tue, 02 Aug 2011)
Log Message:
-----------
Turn off ndof button debug

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_NDOFManager.h

Modified: trunk/blender/intern/ghost/intern/GHOST_NDOFManager.h
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_NDOFManager.h	2011-08-02 09:07:24 UTC (rev 38921)
+++ trunk/blender/intern/ghost/intern/GHOST_NDOFManager.h	2011-08-02 09:09:07 UTC (rev 38922)
@@ -30,7 +30,7 @@
 
 
 // #define DEBUG_NDOF_MOTION
-#define DEBUG_NDOF_BUTTONS
+// #define DEBUG_NDOF_BUTTONS
 
 typedef enum {
 	NDOF_UnknownDevice, // <-- motion will work fine, buttons are ignored




More information about the Bf-blender-cvs mailing list