Missed a backslash in previous commit
This commit is contained in:
@@ -1671,7 +1671,7 @@ ScrollBarOnCommand=x,-142;y,10
|
|||||||
; self:y(offsetFromCenter*38); \
|
; self:y(offsetFromCenter*38); \
|
||||||
; end;
|
; end;
|
||||||
; 3D wheel example:
|
; 3D wheel example:
|
||||||
; ItemTransformFunction=function(self,offsetFromCenter,itemIndex,numItems)
|
; ItemTransformFunction=function(self,offsetFromCenter,itemIndex,numItems) \
|
||||||
; local curve = math.pi; \
|
; local curve = math.pi; \
|
||||||
; local NUM_WHEEL_ITEMS = 11; \
|
; local NUM_WHEEL_ITEMS = 11; \
|
||||||
; local WHEEL_3D_RADIUS = 245; \
|
; local WHEEL_3D_RADIUS = 245; \
|
||||||
|
|||||||
Reference in New Issue
Block a user