mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
rogueviz:: changed texture twidth to 4096
This commit is contained in:
parent
3d05c9ae84
commit
b0e136dc85
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user