1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-20 12:20:01 +00:00

fixed saving the full texture

This commit is contained in:
Zeno Rogue 2018-06-17 12:03:05 +02:00
parent e7a9cebbee
commit 06de0989cd

View File

@ -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