Commit: 569a2035c7e450fd32c046768e045964a159a02b
Author: Campbell Barton
Date:   Tue May 26 18:51:51 2015 +1000
Branches: master
https://developer.blender.org/rB569a2035c7e450fd32c046768e045964a159a02b

GHOST: flush event printer output

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

M       intern/ghost/intern/GHOST_EventPrinter.cpp

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

diff --git a/intern/ghost/intern/GHOST_EventPrinter.cpp 
b/intern/ghost/intern/GHOST_EventPrinter.cpp
index 4b7be84..f25f663 100644
--- a/intern/ghost/intern/GHOST_EventPrinter.cpp
+++ b/intern/ghost/intern/GHOST_EventPrinter.cpp
@@ -179,6 +179,9 @@ bool GHOST_EventPrinter::processEvent(GHOST_IEvent *event)
                        std::cout << "not found"; handled = false;
                        break;
        }
+
+       std::cout.flush();
+
        return handled;
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to