]> git.mxchange.org Git - flightgear.git/commit
KLN89: Fix clipping bug affecting the KLN89 map page. Pixels and lines must be clipp...
authorDave Luff <daveluff@ntlworld.com>
Mon, 22 Nov 2010 21:34:24 +0000 (21:34 +0000)
committerDave Luff <daveluff@ntlworld.com>
Mon, 22 Nov 2010 21:34:24 +0000 (21:34 +0000)
commitcd420dadf7c0cd0d4ed7debcaa3113771f2219fc
treeb23151bca0409874dcec18b9fc41af7b6d4ec425
parent0b941b759a94a242438ff51c414d8346856f6222
KLN89: Fix clipping bug affecting the KLN89 map page.  Pixels and lines must be clipped when being put into the buffer, since the clip region may change before the buffer is rendered.  Also, the wrong DrawPixel function was called from the oldDrawLine function.
src/Instrumentation/render_area_2d.cxx