Commit f2881984 authored by hybrid's avatar hybrid

Make bitfield large enough.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3682 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 43089404
...@@ -380,7 +380,7 @@ namespace video ...@@ -380,7 +380,7 @@ namespace video
//! Store the blend operation of choice //! Store the blend operation of choice
/** Values to be chosen from E_BLEND_OPERATION. The actual way to use this value /** Values to be chosen from E_BLEND_OPERATION. The actual way to use this value
is not yet determined, so ignore it for now. */ is not yet determined, so ignore it for now. */
E_BLEND_OPERATION BlendOperation:3; E_BLEND_OPERATION BlendOperation:4;
//! Factor specifying how far the polygon offset should be made //! Factor specifying how far the polygon offset should be made
/** Specifying 0 disables the polygon offset. The direction is specified spearately. /** Specifying 0 disables the polygon offset. The direction is specified spearately.
......
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