mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
rogueviz:: objmodel minor fix
This commit is contained in:
parent
69280c7efe
commit
40d3c39cf1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user