From: Hector Martin Date: Sat, 18 Dec 2010 20:23:32 +0000 (+0100) Subject: Improve object ordering again, reduce some jitter issues X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=6cc9d9d9d12e1092e06da3bda18cd42d625515d7;p=openlase-old.git Improve object ordering again, reduce some jitter issues --- diff --git a/libol/libol.c b/libol/libol.c index 7f595cc..4baa7b9 100644 --- a/libol/libol.c +++ b/libol/libol.c @@ -730,7 +730,6 @@ float olRenderFrame(int max_fps) if (!(params.render_flags & RENDER_NOREORDER)) { Point closest_to = {-1,-1,0}; // first look for the object nearest the topleft - //Point closest_to = last_render_point; while(cnt) { Object *closest = NULL; for (i=0; i