mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
13 lines
399 B
C
13 lines
399 B
C
--- 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);
|