Fixed bug that prevents compiler from finding user types in scope
This commit is contained in:
@@ -8,8 +8,8 @@ Returns -1 if it does not have a type (ie. its not a light)
|
||||
Possible Light Types
|
||||
#list ul
|
||||
#li LIGHT_TYPE_POINT
|
||||
#li LIGHT_TYPE_POINT
|
||||
#li LIGHT_TYPE_POINT
|
||||
#li LIGHT_TYPE_DIRECTIONAL
|
||||
#li LIGHT_TYPE_SPOT
|
||||
#/light
|
||||
|
||||
#ref SetLightType
|
||||
|
||||
@@ -6,8 +6,8 @@ Sets the type of light
|
||||
Possible Light Types
|
||||
#list ul
|
||||
#li LIGHT_TYPE_POINT
|
||||
#li LIGHT_TYPE_POINT
|
||||
#li LIGHT_TYPE_POINT
|
||||
#li LIGHT_TYPE_DIRECTIONAL
|
||||
#li LIGHT_TYPE_SPOT
|
||||
#/light
|
||||
|
||||
#ref SetLightType
|
||||
|
||||
Reference in New Issue
Block a user