Spelling fix.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5616 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2018-06-01 10:20:15 +00:00
parent a916b5de6a
commit e3282308c1
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ namespace video
f32 BlendFactor;
//! 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 separately.
The factor can be from 0 to 7.*/
u8 PolygonOffsetFactor:3;