Skip to content

Commit ad0b828

Browse files
author
Thayer J Andrews
committed
CCLightNode - Remove CCLightSpot
For now there's no spotlight support so get rid of this enum.
1 parent 1312f3b commit ad0b828

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cocos2d/CCLightNode.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
typedef NS_ENUM(NSUInteger, CCLightType)
1313
{
1414
CCLightPoint = 0,
15-
CCLightDirectional = 1,
16-
CCLightSpot = 2,
15+
CCLightDirectional = 1
1716
};
1817

1918

0 commit comments

Comments
 (0)