Renamed Clip3DFloors to Clip3D to fix gcc compile error
This commit is contained in:
parent
7e6c91d73c
commit
58495ea714
10 changed files with 30 additions and 30 deletions
|
|
@ -66,7 +66,7 @@ namespace swrenderer
|
|||
TranslucentPass = std::make_unique<RenderTranslucentPass>(this);
|
||||
SpriteList = std::make_unique<VisibleSpriteList>();
|
||||
Portal = std::make_unique<RenderPortal>(this);
|
||||
Clip3DFloors = std::make_unique<swrenderer::Clip3DFloors>(this);
|
||||
Clip3D = std::make_unique<Clip3DFloors>(this);
|
||||
PlayerSprites = std::make_unique<RenderPlayerSprites>(this);
|
||||
PlaneList = std::make_unique<VisiblePlaneList>(this);
|
||||
DrawSegments = std::make_unique<DrawSegmentList>(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue