diff TaskManager/Test/test_render/ball_bound.cpp @ 238:443c7ae1c7a7 draft

warning clean
author admin@mcbk.cr.ie.u-ryukyu.ac.jp
date Fri, 29 May 2009 13:43:52 +0900
parents 8ac35507094d
children 69a9d1f91dc9
line wrap: on
line diff
--- a/TaskManager/Test/test_render/ball_bound.cpp	Sat May 16 20:49:36 2009 +0900
+++ b/TaskManager/Test/test_render/ball_bound.cpp	Fri May 29 13:43:52 2009 +0900
@@ -14,7 +14,7 @@
 
 static float e = -0.8f;  // 反発係数
 static float g = 9.8f;  // 重力加速度
-static float v0 = 0.0f; // 初速は 0
+//static float v0 = 0.0f; // 初速は 0
 
 static float h0; // 初期高さ
 static float ball_radius = 100.0f;