Commit de9c9aa6 authored by hybrid's avatar hybrid

Fix description of draw2DLine to make clear that both start and end will be colored

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4141 dfc29bdd-3216-0410-991c-e03cc46cb475
parent eef85c2e
......@@ -938,7 +938,7 @@ namespace video
virtual void draw2DRectangleOutline(const core::recti& pos,
SColor color=SColor(255,255,255,255)) =0;
//! Draws a 2d line.
//! Draws a 2d line. Both start and end will be included in coloring.
/** \param start Screen coordinates of the start of the line
in pixels.
\param end Screen coordinates of the start of the line in
......
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