Skip to content

Commit

Permalink
CRender: Remove automatic line debugging directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Mar 13, 2016
1 parent 1140353 commit 8868b30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Layers/xrRenderPC_GL/rgl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,6 @@ static inline void load_includes(LPCSTR pSrcData, UINT SrcDataLen, xr_vector<cha

// Add next source, skip quotation
str++;
// TODO: OGL: Include string index in line directive
source.push_back("#line 2\n");
source.push_back(str);
}
}
Expand Down

0 comments on commit 8868b30

Please sign in to comment.