rogueviz:: objmodel minor fix

This commit is contained in:
Zeno Rogue 2022-09-24 09:13:38 +02:00
parent 69280c7efe
commit 40d3c39cf1
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ void model::load_obj(model_data& md) {
goto next_object;
}
else if(s == "v") {
hyperpoint h = C0;
hyperpoint h = C03;
scan(fs, h[0], h[1], h[2]); // assume all
h[0] /= 100;
h[1] /= 100;