Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/physics.h')
-rw-r--r--src/core/physics.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/physics.h b/src/core/physics.h
index 3237c3a..1989410 100644
--- a/src/core/physics.h
+++ b/src/core/physics.h
@@ -28,7 +28,7 @@ public:
static void done();
- static void frame(const unsigned long timestamp);
+ static void frame(const unsigned long elapsed);
inline static btDefaultCollisionConfiguration *configuration() {
return physics_configuration;
@@ -46,9 +46,6 @@ private:
static btDefaultCollisionConfiguration *physics_configuration;
static btCollisionDispatcher *physics_dispatcher;
static btSequentialImpulseConstraintSolver *physics_solver;
-
- static unsigned long physics_timestamp;
-
};
} // namespace core