[Libufo-commits] ufo-0.5/src/gl ugl_graphics.cpp,1.16,1.17
Status: Beta
Brought to you by:
schmidtjf
|
From: Johannes S. <sch...@us...> - 2005-10-29 15:20:57
|
Update of /cvsroot/libufo/ufo-0.5/src/gl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4656/src/gl Modified Files: ugl_graphics.cpp Log Message: Yet another pixel rasterization correction. Index: ugl_graphics.cpp =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/src/gl/ugl_graphics.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** ugl_graphics.cpp 24 Oct 2005 15:56:06 -0000 1.16 --- ugl_graphics.cpp 29 Oct 2005 15:20:48 -0000 1.17 *************** *** 440,444 **** // basic drawing operations // ! static float ufo_line_add = 0.5f; void UGL_Graphics::drawRect(const URectangle & rect) { --- 440,444 ---- // basic drawing operations // ! static float ufo_line_add = 0.375f; void UGL_Graphics::drawRect(const URectangle & rect) { |