From 55ad1cec59f8ed06e156876ebfde0ec7e09478a3 Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 27 Jun 2003 17:03:10 +0000 Subject: [PATCH] fixed bug in BPolyogn.scanline for textures walking out of bounds --- processing/todo.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/processing/todo.txt b/processing/todo.txt index 51d519c5a..03bdbe524 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -48,6 +48,9 @@ ks X MAX_LIGHTS instead of '10' sprinkled through the code after 0056rc1 X patched up ellipse code because adaptive sizing not working properly X added more segments to the adaptive sizing algo +X reported by benelek +X fixed bug in BPolyogn.scanline for textures walking out of bounds +X reported by benelek ..................................................................