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();