- use floats for vertices.

This commit is contained in:
Christoph Oelckers 2022-01-27 18:40:17 +01:00
parent cf17cffb26
commit cd55658786
13 changed files with 65 additions and 62 deletions

View file

@ -115,7 +115,7 @@ public:
sect = sec;
tex = tx;
myplane = plane;
offset = off;
offset = off * 16;
auto firstwall = sec->firstWall();
ix1 = firstwall->wall_int_pos().X;