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
diff options
context:
space:
mode:
authorMaarten Gribnau <mail@maartengribnau.com>2003-01-02 00:30:39 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2003-01-02 00:30:39 +0300
commit490b6469f2dd6b03b5840822975276daaf48a4e0 (patch)
treedfdf04fe287069a36382f413edbf464d9f0b7535 /intern/ghost
parent6cafc69ef61fd09a8432e5499616232a2ff25a0b (diff)
Enabled event printer in debug target to trace event handling in ghost.
Maarten
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_System.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_System.cpp b/intern/ghost/intern/GHOST_System.cpp
index 24cc26d5d13..d04f13a13a4 100644
--- a/intern/ghost/intern/GHOST_System.cpp
+++ b/intern/ghost/intern/GHOST_System.cpp
@@ -273,7 +273,7 @@ GHOST_TSuccess GHOST_System::init()
m_eventManager = new GHOST_EventManager ();
#ifdef GHOST_DEBUG
if (m_eventManager) {
- //m_eventManager->addConsumer(&m_eventPrinter);
+ m_eventManager->addConsumer(&m_eventPrinter);
}
#endif // GHOST_DEBUG