1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

rogueviz:: changed texture twidth to 4096

This commit is contained in:
Zeno Rogue 2022-05-28 18:47:08 +02:00
parent 3d05c9ae84
commit b0e136dc85

View File

@ -185,6 +185,7 @@ void dialog_add_latex(string s, color_t col, int size) {
gen_latex(pmStartAll, s, 600);
auto& tex = textures[fn];
tex.original = true;
tex.twidth = 4096;
println(hlog, "rt = ", tex.readtexture(fn));
for(int y=0; y<tex.theight; y++)
for(int x=0; x<tex.twidth; x++) {