1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-01 03:46:16 +00:00

rogueviz:: objmodels:: removed debug

This commit is contained in:
Zeno Rogue 2021-09-30 11:38:57 +02:00
parent e1fa7345ff
commit 66f0e22dae

View File

@ -236,8 +236,7 @@ void model::load_obj(model_data& md) {
} }
while(among(peek(fs), ' ', '\r', '\n')) scan(fs, bar); while(among(peek(fs), ' ', '\r', '\n')) scan(fs, bar);
if(isdigit(peek(fs))) { vis[1] = vis[2]; println(hlog, "next triangle"); goto next_triangle; } if(isdigit(peek(fs))) { vis[1] = vis[2]; goto next_triangle; }
println(hlog, "last triangle");
} }
else if(s == "l") { else if(s == "l") {
int a, b; int a, b;