fix for release building
This commit is contained in:
@@ -2106,10 +2106,12 @@ void wm_event_do_handlers(bContext *C)
|
||||
while ( (event = win->queue.first) ) {
|
||||
int action = WM_HANDLER_CONTINUE;
|
||||
|
||||
#ifdef DEBUG
|
||||
if (G.debug & (G_DEBUG_HANDLERS | G_DEBUG_EVENTS) && !ELEM(event->type, MOUSEMOVE, INBETWEEN_MOUSEMOVE)) {
|
||||
printf("\n%s: Handling event\n", __func__);
|
||||
WM_event_print(event);
|
||||
}
|
||||
#endif
|
||||
|
||||
wm_eventemulation(event);
|
||||
|
||||
|
Reference in New Issue
Block a user