Fixed bug that prevents compiler from finding user types in scope

This commit is contained in:
n00b
2024-12-13 20:22:10 -05:00
parent d0dc046c6b
commit 447bc241d7
13 changed files with 98 additions and 2183 deletions

View File

@@ -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

View File

@@ -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