diff --git a/graph.cpp b/graph.cpp index 89bc5b49..fa9cead2 100644 --- a/graph.cpp +++ b/graph.cpp @@ -3425,6 +3425,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) { #if CAP_TEXTURE if(texture::saving) { texture::config.apply(c, V, 0xFFFFFFFF); + draw_qfi(c, V, 0xFFFFFFFF); return; } #endif