From 7b2567924b9b86961cd4c07b76653f49939cab1c Mon Sep 17 00:00:00 2001 From: Kester Maddock Date: Sat, 16 Oct 2004 11:41:50 +0000 Subject: Switch fixed time system. Logic updates should now happen at 30Hz, physics at 60Hz. (By default, use Python to set.) Some actuators still run at framerate (IPO, Action) for nice smooth animation, and an excuse to buy high end hardware. Keyboard sensors can now hook escape key. Ctrl-Break can be used from within blender if you've forgotten an end game actuator. Fixed a stupid bug preventing some actuators working (like TrackTo). --- source/gameengine/Ketsji/KX_SceneActuator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/Ketsji/KX_SceneActuator.h') diff --git a/source/gameengine/Ketsji/KX_SceneActuator.h b/source/gameengine/Ketsji/KX_SceneActuator.h index 76039fcf436..6416e0f48d0 100644 --- a/source/gameengine/Ketsji/KX_SceneActuator.h +++ b/source/gameengine/Ketsji/KX_SceneActuator.h @@ -86,7 +86,7 @@ class KX_SceneActuator : public SCA_IActuator virtual CValue* GetReplica(); - virtual bool Update(double curtime,double deltatime); + virtual bool Update(); /* --------------------------------------------------------------------- */ /* Python interface ---------------------------------------------------- */ -- cgit v1.2.3