mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Fix stupid mistake that prevents anti-jitter
This commit is contained in:
parent
d2df9f3618
commit
0666f54446
@ -409,6 +409,7 @@ analyze(Texture *tex, bool do_flip_texture) {
|
|||||||
arGetTransMatCont(inf, _prev_conv, center, _marker_size, _prev_conv);
|
arGetTransMatCont(inf, _prev_conv, center, _marker_size, _prev_conv);
|
||||||
} else {
|
} else {
|
||||||
arGetTransMat(inf, center, _marker_size, _prev_conv);
|
arGetTransMat(inf, center, _marker_size, _prev_conv);
|
||||||
|
_have_prev_conv = true;
|
||||||
}
|
}
|
||||||
LMatrix4f mat;
|
LMatrix4f mat;
|
||||||
for (int i=0; i<4; i++) {
|
for (int i=0; i<4; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user