mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
removed debug from texture remapping
This commit is contained in:
parent
91adb393b3
commit
62f927b69a
10
textures.cpp
10
textures.cpp
@ -1014,16 +1014,6 @@ void remap(eTextureState old_tstate, eTextureState old_tstate_max) {
|
|||||||
mi2 = mi;
|
mi2 = mi;
|
||||||
mapTexture(c, mi2, si, Id, pshift);
|
mapTexture(c, mi2, si, Id, pshift);
|
||||||
mi2.tvertices = move(new_tvertices);
|
mi2.tvertices = move(new_tvertices);
|
||||||
|
|
||||||
printf("Redrawing tile #%d [%d] from %d (%d) to %d (%d)\n", si.id, oldid, mi.current_type, ncurr, c->type, ntarget);
|
|
||||||
printf("vertices: ");
|
|
||||||
for(auto x: mi.vertices)
|
|
||||||
printf("%lf ", ld(x));
|
|
||||||
printf("\n");
|
|
||||||
printf("tvertices: ");
|
|
||||||
for(auto x: mi.tvertices)
|
|
||||||
printf("%lf ", ld(x));
|
|
||||||
printf("\n");
|
|
||||||
}
|
}
|
||||||
catch(out_of_range) {
|
catch(out_of_range) {
|
||||||
printf("Unexpected missing cell #%d/%d", si.id, oldid);
|
printf("Unexpected missing cell #%d/%d", si.id, oldid);
|
||||||
|
Loading…
Reference in New Issue
Block a user