From 170ed5c9dff16f23dfbfb574bd620ac3494ba3d4 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 6 Jan 2010 15:43:06 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgAnimation/RigTransformHardware.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgWrappers/osgAnimation/RigTransformHardware.cpp b/src/osgWrappers/osgAnimation/RigTransformHardware.cpp index 6a9e3f5de..7766e1000 100644 --- a/src/osgWrappers/osgAnimation/RigTransformHardware.cpp +++ b/src/osgWrappers/osgAnimation/RigTransformHardware.cpp @@ -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,