mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- moved gl_sky.cpp
This commit is contained in:
parent
cc926dec1e
commit
785a6c2ce5
2 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,6 @@ set( FASTMATH_SOURCES
|
||||||
gl/scene/gl_weapon.cpp
|
gl/scene/gl_weapon.cpp
|
||||||
gl/scene/gl_scene.cpp
|
gl/scene/gl_scene.cpp
|
||||||
gl/scene/gl_swscene.cpp
|
gl/scene/gl_swscene.cpp
|
||||||
gl/scene/gl_sky.cpp
|
|
||||||
gl/scene/gl_portal.cpp
|
gl/scene/gl_portal.cpp
|
||||||
gl/scene/gl_walls_draw.cpp
|
gl/scene/gl_walls_draw.cpp
|
||||||
gl/scene/gl_spritelight.cpp
|
gl/scene/gl_spritelight.cpp
|
||||||
|
@ -830,6 +829,7 @@ set( FASTMATH_SOURCES
|
||||||
hwrenderer/scene/hw_decal.cpp
|
hwrenderer/scene/hw_decal.cpp
|
||||||
hwrenderer/scene/hw_clipper.cpp
|
hwrenderer/scene/hw_clipper.cpp
|
||||||
hwrenderer/scene/hw_renderhacks.cpp
|
hwrenderer/scene/hw_renderhacks.cpp
|
||||||
|
hwrenderer/scene/hw_sky.cpp
|
||||||
hwrenderer/scene/hw_walls.cpp
|
hwrenderer/scene/hw_walls.cpp
|
||||||
hwrenderer/scene/hw_walls_vertex.cpp
|
hwrenderer/scene/hw_walls_vertex.cpp
|
||||||
r_data/models/models.cpp
|
r_data/models/models.cpp
|
||||||
|
|
Loading…
Reference in a new issue