Revision: 38959
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38959
Author:   jesterking
Date:     2011-08-02 23:49:07 +0000 (Tue, 02 Aug 2011)
Log Message:
-----------
Compile fix.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_image/image_ops.c

Modified: trunk/blender/source/blender/editors/space_image/image_ops.c
===================================================================
--- trunk/blender/source/blender/editors/space_image/image_ops.c        
2011-08-02 22:50:06 UTC (rev 38958)
+++ trunk/blender/source/blender/editors/space_image/image_ops.c        
2011-08-02 23:49:07 UTC (rev 38959)
@@ -452,6 +452,7 @@
 
        wmNDOFMotionData* ndof = (wmNDOFMotionData*) event->customdata;
 
+       float dt = ndof->dt;
        /* tune these until it feels right */
        const float zoom_sensitivity = 0.5f; // 50% per second (I think)
        const float pan_sensitivity = 300.f; // screen pixels per second

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

Reply via email to