Renamed Clip3DFloors to Clip3D to fix gcc compile error

This commit is contained in:
Magnus Norddahl 2017-02-06 16:04:27 +01:00
commit 58495ea714
10 changed files with 30 additions and 30 deletions

View file

@ -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);