Fix shader source line numbering
This commit is contained in:
parent
e8c0d9492b
commit
e2bcab4f89
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ namespace psemek::gfx
|
|||
|
||||
bool first = true;
|
||||
|
||||
int line = 0;
|
||||
int line = 1;
|
||||
for (char c : source)
|
||||
{
|
||||
if (first)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue