Skip to content

Commit 8868b30

Browse files
committed
CRender: Remove automatic line debugging directive.
1 parent 1140353 commit 8868b30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Layers/xrRenderPC_GL/rgl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,6 @@ static inline void load_includes(LPCSTR pSrcData, UINT SrcDataLen, xr_vector<cha
659659

660660
// Add next source, skip quotation
661661
str++;
662-
// TODO: OGL: Include string index in line directive
663-
source.push_back("#line 2\n");
664662
source.push_back(str);
665663
}
666664
}

0 commit comments

Comments
 (0)