summaryrefslogtreecommitdiff
path: root/common/defines.h
diff options
context:
space:
mode:
authorleo2006-03-05 23:44:30 +0000
committerleo2006-03-05 23:44:30 +0000
commit5313b0d1b2cf4a803d25faa80b6d7b697f046634 (patch)
tree0bcee3bb32c9819e05deacabcdd19f12b99cdb50 /common/defines.h
parenta393e0e4f9b7e492e78388565b7c39928564ca0b (diff)
Rewrote the 3D mouse rotation code, removed the 3D mouse option.
git-svn-id: http://svn.leocad.org/trunk@515 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/defines.h')
-rw-r--r--common/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/defines.h b/common/defines.h
index 84a8e56..f871c6f 100644
--- a/common/defines.h
+++ b/common/defines.h
@@ -164,7 +164,7 @@ int stricmp(const char* str1, const char* str2);
#define LC_DRAW_MOVEAXIS 0x0800 // Move on fixed axis
//#define LC_DRAW_PREVIEW 0x1000 // Show piece position
#define LC_DRAW_CM_UNITS 0x2000 // Use centimeters
-#define LC_DRAW_3DMOUSE 0x4000 // Mouse moves in all directions
+//#define LC_DRAW_3DMOUSE 0x4000 // Mouse moves in all directions
// #define RENDER_FAST 0x001
// #define RENDER_BACKGROUND 0x002