Commit 5ccc1419 authored by cutealien's avatar cutealien

Add the usual count element to E_LIGHT_TYPE enum.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4265 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 27105857
...@@ -20,7 +20,10 @@ enum E_LIGHT_TYPE ...@@ -20,7 +20,10 @@ enum E_LIGHT_TYPE
//! spot light, it has a position in space, a direction, and a limited cone of influence //! spot light, it has a position in space, a direction, and a limited cone of influence
ELT_SPOT, ELT_SPOT,
//! directional light, coming from a direction from an infinite distance //! directional light, coming from a direction from an infinite distance
ELT_DIRECTIONAL ELT_DIRECTIONAL,
//! Only used for counting the elements of this enum
ELT_COUNT
}; };
//! Names for light types //! Names for light types
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment