mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
rogueviz:: objmodels:: removed debug
This commit is contained in:
parent
e1fa7345ff
commit
66f0e22dae
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user