mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
vertex debug improved
This commit is contained in:
parent
bc65476a12
commit
f9fec7607f
@ -1651,8 +1651,8 @@ void dqi_poly::draw() {
|
|||||||
if(flags & POLY_DEBUG) debug_this();
|
if(flags & POLY_DEBUG) debug_this();
|
||||||
|
|
||||||
if(debugflags & DF_VERTEX) {
|
if(debugflags & DF_VERTEX) {
|
||||||
println(hlog, tie(V, offset, cnt, offset_texture, outline, linewidth, flags, intester, cache), (cell*) tinf);
|
println(hlog, int(prio), ": V=", V, " o=", offset, " c=", cnt, " ot=", offset_texture, " ol=", outline, " lw=", linewidth, " f=", flags, " i=", intester, " c=", cache, " ti=", (cell*) tinf);
|
||||||
for(int i=0; i<cnt; i++) print(hlog, (*tab)[i]);
|
for(int i=0; i<cnt; i++) print(hlog, (*tab)[offset+i]);
|
||||||
println(hlog);
|
println(hlog);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user