Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/GameLogic/SCA_RandomActuator.h')
-rw-r--r--source/gameengine/GameLogic/SCA_RandomActuator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/GameLogic/SCA_RandomActuator.h b/source/gameengine/GameLogic/SCA_RandomActuator.h
index 1048790c9b6..4be7f2dbe9e 100644
--- a/source/gameengine/GameLogic/SCA_RandomActuator.h
+++ b/source/gameengine/GameLogic/SCA_RandomActuator.h
@@ -91,7 +91,7 @@ class SCA_RandomActuator : public SCA_IActuator
const STR_String &propName,
PyTypeObject* T=&Type);
virtual ~SCA_RandomActuator();
- virtual bool Update(double curtime,double deltatime);
+ virtual bool Update();
virtual CValue* GetReplica();