From 06de0989cdd7d63b765478ca765112f6366dbc2a Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 17 Jun 2018 12:03:05 +0200 Subject: [PATCH] fixed saving the full texture --- graph.cpp | 1 + 1 file changed, 1 insertion(+) 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