- floatified sidedef texture info and fixed two bugs involving this data.
This commit is contained in:
parent
f1b3f59bcc
commit
4d4f31fd83
6 changed files with 62 additions and 109 deletions
|
|
@ -480,8 +480,8 @@ void extsector_t::Serialize(FArchive &arc)
|
|||
|
||||
FArchive &operator<< (FArchive &arc, side_t::part &p)
|
||||
{
|
||||
arc << p.xoffset << p.yoffset << p.interpolation << p.texture
|
||||
<< p.xscale << p.yscale;// << p.Light;
|
||||
arc << p.xOffset << p.yOffset << p.interpolation << p.texture
|
||||
<< p.xScale << p.yScale;// << p.Light;
|
||||
return arc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue