Ignore anything after semicolon to end of line in varying.def.

This commit is contained in:
bkaradzic 2013-04-04 21:23:21 -07:00
parent 46703dcfd2
commit 789552fd34
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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);
}
}