From 09adfbdc4513637456fef64b250981a65622e40d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 3 May 2018 12:43:05 +0200 Subject: [PATCH] texture:: fixed some problems with saving --- textures.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/textures.cpp b/textures.cpp index 1677ae64..7147332c 100644 --- a/textures.cpp +++ b/textures.cpp @@ -484,6 +484,10 @@ void texture_config::saveFullTexture(string tn) { addMessage(XLAT("Saving full texture to %1...", tn)); dynamicval dd(grid_color, 0); dynamicval dm(mesh_color, 0); + dynamicval dx(vid.xposition, 0); + dynamicval dy(vid.yposition, 0); + dynamicval dvs(vid.scale, (pmodel == mdDisk && !euclid) ? 1 : vid.scale); + dynamicval dro(rug::rugged, false); texture::saving = true; drawscreen();