From 6cc9d9d9d12e1092e06da3bda18cd42d625515d7 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Sat, 18 Dec 2010 21:23:32 +0100 Subject: [PATCH] Improve object ordering again, reduce some jitter issues --- libol/libol.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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