Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vs-shirokii committed Apr 7, 2024
1 parent 2065083 commit 8105e25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/common/rendering/rt/rt_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@ Win32RTVideo::Win32RTVideo()

.replacementsMaxVertexCount = 32 * 1024 * 1024, .dynamicMaxVertexCount = 2 * 1024 * 1024,

.rayCullBackFacingTriangles = 0, .allowGeometryWithSkyFlag = true,
.rayCullBackFacingTriangles = 0,
.allowTexCoordLayer1 = false, .allowTexCoordLayer2 = false, .allowTexCoordLayer3 = false,

.lightmapTexCoordLayerIndex = 1,
Expand Down Expand Up @@ -2836,7 +2836,6 @@ void RTFrameBuffer::RT_DrawFrame()
.sType = RG_STRUCTURE_TYPE_DRAW_FRAME_INFO,
.pNext = &post_params,
.rayLength = GetZFar() * ONEGAMEUNIT_IN_METERS,
.rayCullMaskWorld = RG_DRAW_FRAME_RAY_CULL_WORLD_0_BIT | RG_DRAW_FRAME_RAY_CULL_SKY_BIT,
.presentPrevFrame = false,
.currentTime = curtime,
};
Expand Down

0 comments on commit 8105e25

Please sign in to comment.