mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-01 09:42:27 +00:00
- use floats for vertices.
This commit is contained in:
parent
cf17cffb26
commit
cd55658786
13 changed files with 65 additions and 62 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue