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:
authorCampbell Barton <ideasman42@gmail.com>2009-07-31 13:05:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-07-31 13:05:13 +0400
commit3eb8000eb429a97d20fb9d403eea43bffe04175f (patch)
tree3bfdc229bd505c540278f2eec1dc2cf32177f556 /source/gameengine/Ketsji/KX_NearSensor.cpp
parent7301f33b26ccae263d0bfdde5f82d98a70790fd5 (diff)
remove more unneeded args, also allow ipo to animate the ref value for KX_BlenderMaterial's
Diffstat (limited to 'source/gameengine/Ketsji/KX_NearSensor.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_NearSensor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/gameengine/Ketsji/KX_NearSensor.cpp b/source/gameengine/Ketsji/KX_NearSensor.cpp
index 44842b7f5b3..b71215645b4 100644
--- a/source/gameengine/Ketsji/KX_NearSensor.cpp
+++ b/source/gameengine/Ketsji/KX_NearSensor.cpp
@@ -47,7 +47,6 @@ KX_NearSensor::KX_NearSensor(SCA_EventManager* eventmgr,
float resetmargin,
bool bFindMaterial,
const STR_String& touchedpropname,
- class KX_Scene* scene,
PHY_IPhysicsController* ctrl,
PyTypeObject* T)
:KX_TouchSensor(eventmgr,
@@ -55,7 +54,6 @@ KX_NearSensor::KX_NearSensor(SCA_EventManager* eventmgr,
bFindMaterial,
false,
touchedpropname,
- /* scene, */
T),
m_Margin(margin),
m_ResetMargin(resetmargin)