mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- moved gl_bsp.cpp to its proper place.
This commit is contained in:
parent
8987aba4a4
commit
3f6789ecac
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue