Revision: 46536
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46536
Author:   nazgul
Date:     2012-05-11 05:21:04 +0000 (Fri, 11 May 2012)
Log Message:
-----------
Tomato: fixed invalid float suffix.

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/editors/mask/mask_ops.c

Modified: branches/soc-2011-tomato/source/blender/editors/mask/mask_ops.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/mask/mask_ops.c     
2012-05-11 02:19:13 UTC (rev 46535)
+++ branches/soc-2011-tomato/source/blender/editors/mask/mask_ops.c     
2012-05-11 05:21:04 UTC (rev 46536)
@@ -94,7 +94,7 @@
        float u = -1.0f, du = 1.0f / N, u1 = start_u, u2 = start_u;
        float ang = -1.0f;
 
-       while (u1 > 0.0f || u2 < 1.0d) {
+       while (u1 > 0.0f || u2 < 1.0f) {
                float n1[2], n2[2], co1[2], co2[2];
                float v1[2], v2[2];
                float ang1, ang2;

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

Reply via email to