blob: ce26cc72cc610369369fe376afcf06cb84a1a7b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/simpleball.h.orig
+++ src/simpleball.h
@@ -37,8 +37,8 @@
static const sgVec4 p1[3];
static const sgVec4 ne[3];
static const sgVec4 p2[3];
- static const double weight = ODE_BALL_MASS;
- static const double radius = ODE_BALL_RADIUS;
+ static const double weight;
+ static const double radius;
SimpleBall(Context& c);
SimpleBall(Context& c, float size, ssgSimpleState* state);
|