From 0666f544469994859efb4acafcfebe62882a730f Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 3 Apr 2009 18:42:00 +0000 Subject: [PATCH] Fix stupid mistake that prevents anti-jitter --- panda/src/grutil/arToolKit.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/grutil/arToolKit.cxx b/panda/src/grutil/arToolKit.cxx index c31f494acc..a061a4fe2f 100644 --- a/panda/src/grutil/arToolKit.cxx +++ b/panda/src/grutil/arToolKit.cxx @@ -409,6 +409,7 @@ analyze(Texture *tex, bool do_flip_texture) { arGetTransMatCont(inf, _prev_conv, center, _marker_size, _prev_conv); } else { arGetTransMat(inf, center, _marker_size, _prev_conv); + _have_prev_conv = true; } LMatrix4f mat; for (int i=0; i<4; i++) {