Skip to content

Commit 18a9745

Browse files
committed
Fix a comment on drawSurf sorting
1 parent 6553041 commit 18a9745

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/engine/renderer/tr_local.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,8 +1602,7 @@ enum class ssaoMode {
16021602
// 1. shaderNum
16031603
// 2. lightmapNum
16041604
// 3. entityNum
1605-
// 4. fogNum
1606-
// 5. index
1605+
// 4. index
16071606

16081607
static const uint64_t SORT_INDEX_BITS = 20;
16091608
static const uint64_t SORT_ENTITYNUM_BITS = 13;

0 commit comments

Comments
 (0)