mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Ignore anything after semicolon to end of line in varying.def.
This commit is contained in:
parent
46703dcfd2
commit
789552fd34
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -1499,7 +1499,7 @@ int main(int _argc, const char* _argv[])
|
|||
varyingMap.insert(std::make_pair(var.m_name, var) );
|
||||
}
|
||||
|
||||
parse = eol + 1;
|
||||
parse = bx::strnl(parse);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue