1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-02 20:29:17 +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);
if(isdigit(peek(fs))) { vis[1] = vis[2]; println(hlog, "next triangle"); goto next_triangle; }
println(hlog, "last triangle");
if(isdigit(peek(fs))) { vis[1] = vis[2]; goto next_triangle; }
}
else if(s == "l") {
int a, b;