Browse Source

minor oops

David Rose 17 years ago
parent
commit
11d0dccdf7
1 changed files with 0 additions and 3 deletions
  1. 0 3
      panda/src/tinydisplay/ztriangle_two.h

+ 0 - 3
panda/src/tinydisplay/ztriangle_two.h

@@ -9,9 +9,6 @@ static void FNAME(white_untextured) (ZBuffer *zb,
 
 #define DRAW_INIT()                             \
   {                                             \
-    if (!ACMP(zb, p2->a)) {                     \
-      return;                                   \
-    }                                           \
   }
  
 #define PUT_PIXEL(_a)                                   \