Getting rid of setlinestyle: non-camera 3DView render border.

Also fixed wrong color for in-camera render border, and added a comment
to imm_cpack about expected color components order in integer parameter.
This commit is contained in:
2017-04-26 13:02:13 +02:00
parent e791e01c0b
commit 75e9d59b96
2 changed files with 19 additions and 9 deletions

View File

@@ -36,6 +36,8 @@
/**
* Pack color into 3 bytes
*
* \Note BGR format (i.e. 0xBBGGRR)...
*
* \param x color.
*/
void imm_cpack(unsigned int x)