- moved gl_bsp.cpp to its proper place.

This commit is contained in:
Christoph Oelckers 2018-05-22 21:36:42 +02:00
parent 8987aba4a4
commit 3f6789ecac
2 changed files with 1 additions and 1 deletions

View File

@ -809,7 +809,6 @@ set( FASTMATH_SOURCES
textures/hires/hqnx/hq4x.cpp
textures/hires/xbr/xbrz.cpp
textures/hires/xbr/xbrz_old.cpp
gl/scene/gl_bsp.cpp
gl/scene/gl_drawinfo.cpp
gl/scene/gl_flats.cpp
gl/scene/gl_sprite.cpp
@ -822,6 +821,7 @@ set( FASTMATH_SOURCES
hwrenderer/postprocessing/hw_postprocess_cvars.cpp
hwrenderer/postprocessing/hw_postprocessshader.cpp
hwrenderer/dynlights/hw_dynlightdata.cpp
hwrenderer/scene/hw_bsp.cpp
hwrenderer/scene/hw_fakeflat.cpp
hwrenderer/scene/hw_decal.cpp
hwrenderer/scene/hw_drawlist.cpp