Updated wrappers

This commit is contained in:
Robert Osfield
2010-01-06 15:43:06 +00:00
parent d8cc1648ca
commit 170ed5c9df

View File

@@ -128,8 +128,8 @@ BEGIN_VALUE_REFLECTOR(osgAnimation::RigTransformHardware::IndexWeightEntry)
I_Constructor0(____IndexWeightEntry,
"",
"");
I_Constructor2(IN, float, index, IN, float, weight,
____IndexWeightEntry__float__float,
I_Constructor2(IN, int, index, IN, float, weight,
____IndexWeightEntry__int__float,
"",
"");
I_Method0(int, getIndex,