fix bad Lua param name

This commit is contained in:
Chris Danford
2005-05-03 10:57:00 +00:00
parent 8eaf93a23d
commit bd29df486f
+1 -1
View File
@@ -99,7 +99,7 @@ void ActorScroller::Load2(
m_fMaskHeight = fItemHeight;
m_exprTransform.SetFromExpression(
ssprintf("function(self,offset,itemIndex,numItems) return %f*fOffsetFromCenter end",fItemHeight)
ssprintf("function(self,offset,itemIndex,numItems) return %f*offset end",fItemHeight)
);
m_bLoop = bLoop;