[cogl/msvc-support] Revert commit 421886270a906...



commit 695769db587c2563d7415f83f1234c748218ca3c
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Jul 18 12:42:51 2011 +0800

    Revert commit 421886270a906...
    
    This update generated warnings....

 cogl/cogl-texture-2d.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl/cogl-texture-2d.c b/cogl/cogl-texture-2d.c
index 6c0086d..71ff44a 100644
--- a/cogl/cogl-texture-2d.c
+++ b/cogl/cogl-texture-2d.c
@@ -65,7 +65,7 @@ static void
 _cogl_texture_2d_wrap_coords (float t_1, float t_2,
                               float *out_t_1, float *out_t_2)
 {
-  double int_part;
+  float int_part;
 
   /* Wrap t_1 and t_2 to the range [0,1] */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]