diff TaskManager/Test/test_render/ball_bound.cpp @ 357:6602b9ba4bfd draft

fix spe/DrawSpan.{cpp, h} spe/DrawSpanRenew.cpp
author root@henri.cr.ie.u-ryukyu.ac.jp
date Fri, 17 Jul 2009 17:13:17 +0900
parents 69a9d1f91dc9
children 4fb99cd5d13f
line wrap: on
line diff
--- a/TaskManager/Test/test_render/ball_bound.cpp	Fri Jul 17 15:04:02 2009 +0900
+++ b/TaskManager/Test/test_render/ball_bound.cpp	Fri Jul 17 17:13:17 2009 +0900
@@ -19,7 +19,7 @@
 static float h0; // 初期高さ
 static float ball_radius = 100.0f;
 
-static int speed = 10.0f;
+static float speed = 10.0f;
 
 static void
 ball_move_idle2(SceneGraphPtr node, int screen_w, int screen_h)